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