Event ID 1000: "aspnet_wp.exe stopped unexpectedly"

  • Thread starter Thread starter feng
  • Start date Start date
F

feng

Our asp.net app is getting a strange problem that the
aspnet_wp.net process stops for no clear reason. What
happens is that sometimes, most likely when we have more
than one user running, the aspnet_wp.exe process stops and
restarts itself. The event log shows a
Apllication error event with Event ID 1000 that
says "aspnet_wp.exe (PID: #) stopped unexpectedly."

We checked to make sure that it is not a memory issue and
tried everything else we can but still have no idea
what's causing it. Can someone point me to the
right direction on this one? Even a hint as general
as "when you see this error (event), here are the
possibile reasons..." would be very helpfull.

Thanks a million!
 
Hey, I'm having the same problem. It looks like the .NET framework
unloaded my application and then reloaded it. On reload, however,
things stopped working properly.
 
Yes, quite a few people compalian that they are suffering from the same
problem. The same problem is one of the most common problems that people
have these days. Unfortunately, I have not had the same problem as of yet,
but if I ever do, I will get back to you. Or, if I ever see the same
solution, I will post it here.

--
;-)
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

xcboyak said:
Hey, I'm having the same problem. It looks like the .NET framework
unloaded my application and then reloaded it. On reload, however,
things stopped working properly.
 
Back
Top