I'm investigating why a certain website on our server causes all of IIS to crash. It's a shared hosting server with ~200 sites on it.
This customers site is the largest one, and does around 2.5GB per day. Every so often I see an event log entry that says :
Event Type: Information
Event Source: Application Popup
Event Category: None
Event ID: 26
Date: 6/26/2003
Time: 11:30:13 AM
User: N/A
Computer: WWW8
Description:
Application popup: dllhost.exe - Application Error : The instruction at
"0x77fcb5bf"
referenced memory at "0x00000000". The memory could not be "written".
This always results in a complete IIS shutdown in 10 minutes. An iisreset brings it all back up. The company is
severely lacking in technical knowledge so I figured I might as well peak at their code... low and behold, they
do not close any of their database connections. This site gets hammered pretty good too. The only 3rd party
component they use is ASPImage, but otherwise it's straight ASP and DB code (done poorly).
Does anyone thing that this kind of result can happen from not closing database connections?
This customers site is the largest one, and does around 2.5GB per day. Every so often I see an event log entry that says :
Event Type: Information
Event Source: Application Popup
Event Category: None
Event ID: 26
Date: 6/26/2003
Time: 11:30:13 AM
User: N/A
Computer: WWW8
Description:
Application popup: dllhost.exe - Application Error : The instruction at
"0x77fcb5bf"
referenced memory at "0x00000000". The memory could not be "written".
This always results in a complete IIS shutdown in 10 minutes. An iisreset brings it all back up. The company is
severely lacking in technical knowledge so I figured I might as well peak at their code... low and behold, they
do not close any of their database connections. This site gets hammered pretty good too. The only 3rd party
component they use is ASPImage, but otherwise it's straight ASP and DB code (done poorly).
Does anyone thing that this kind of result can happen from not closing database connections?