Event ID 1000: "aspnet_wp.exe stopped unexpectedly"

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!
 
X

xcboyak

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.
 
K

Kevin Spencer

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.
 

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