Web application causing server error

Discussion in 'Meet and Greet' started by ams, May 4, 2011.

  1. ams

    ams New Member

    Joined:
    May 4, 2011
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    we developed .net web application with mysql data base which runs in intranet. It causes server error once or twice in day.. but when we rebild it it again work fine for few hours..
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    What server error?
     
  3. ams

    ams New Member

    Joined:
    May 4, 2011
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    "Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached."

    I have seen this warning in eventlog not always but some times. But when it crashes I can connect database throgh my local machine by using same connection string.
     
  4. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    See if application has any memory leaks
     
  5. ams

    ams New Member

    Joined:
    May 4, 2011
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    actually application uses layers. In data layer i opened connection closed it and also disposed. Also I written backgroud process which kill all sleeping connection which runs every ten minutes and kills conection in sleep mode more than 200 sec... Earliear this problem was not there from last month it suddenly started...
     
  6. ams

    ams New Member

    Joined:
    May 4, 2011
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    forums.iis.net/t/1159066.aspx please look at this link
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice