aspnet_wp.exe (PID:xxxx) stopped unexpectedly

G

Guest

Currently we are experiencing a unique problem with regard
to the ASP .net service. Intermittently the ASP .Net service gets
stopped (error message displayed in the webpage is "Server
Application unavailable") and it takes sometime off to get back to
normal state (this happens automatically).

The error message that is found in the windows event log is
"aspnet_wp.exe (PID:xxxxx) stopped unexpectedly. Event ID: 1000". On
searching through the web for solutions, we found that .Net framework
1.1 Service Pack 1 should be installed. We downloaded and installed
the Service Pack and even after that we encountered the same problem.

How to solve this problem?
 
B

bruce barker

the real problem will be your code, which is crashing asp.net. you will need
to add more error logging to your code to detect the problem. check for any
logged error before the crash.

-- bruce (sqlwork.com)


| Currently we are experiencing a unique problem with regard
| to the ASP .net service. Intermittently the ASP .Net service gets
| stopped (error message displayed in the webpage is "Server
| Application unavailable") and it takes sometime off to get back to
| normal state (this happens automatically).
|
| The error message that is found in the windows event log is
| "aspnet_wp.exe (PID:xxxxx) stopped unexpectedly. Event ID: 1000". On
| searching through the web for solutions, we found that .Net framework
| 1.1 Service Pack 1 should be installed. We downloaded and installed
| the Service Pack and even after that we encountered the same problem.
|
| How to solve this problem?
|
 
G

Guest

Thank you,

After Installing of .Net Framework SP 1.1 "Server Application Unavailable"
error not shows in client (brower) and also no failed log in log file when
the time aspnet_wp.exe stoped. but event log shows same error message again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top