Application Unexpectidly Ends

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have a reasonably complex ASP.Net application which unexpectedly ends 2 or 3 times a day loosing session info and causing users to log back in. There is comprehensive error tapping and logging both at a procedural level and at the Application level. There are no errors being logged for the times that the application exits. So either the error is not being logged because of the application ending or the restart is not being caused by an error

Apart from changes to the Application files (which is not the cause) are there any reasons why an application may exit/restart? Is there a way to determine the cause of an Application exiting. I would be very grateful if anyone could suggest where I might start looking...
 
Whenever the application restarts, it logs the reason to the eventlog. Have
a look at this first to determine what is causing the application to
recycle. If there is no error message in there, then you have a serious
problem.

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
Ben S said:
Hi,

I have a reasonably complex ASP.Net application which unexpectedly ends 2
or 3 times a day loosing session info and causing users to log back in.
There is comprehensive error tapping and logging both at a procedural level
and at the Application level. There are no errors being logged for the times
that the application exits. So either the error is not being logged because
of the application ending or the restart is not being caused by an error.
Apart from changes to the Application files (which is not the cause) are
there any reasons why an application may exit/restart? Is there a way to
determine the cause of an Application exiting. I would be very grateful if
anyone could suggest where I might start looking...
 
Back
Top