Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
C#
I have hosted one application on one of my server, some time it goes down without any error, high resource utilization, or any other issue …. but starts working after IISRESET, Same thing I tried just by doing application pool recycle but it doesn’t worked.

Any idea what could be the issue? Can anyone please help me on this? I didn’t see anything in any of the logs even I could see IIS and application pool is showing up and running but still application goes down and comes up as soon as it gets IISRESET commands.


What I have tried:

I checked all logs (Application Handled log, Service Error log, windows log) but could not found anything useful. i must reset iis. how can i stop this way to application goes down ?
Posted
Comments
sreeyush sudhakaran 24-Apr-16 5:35am    
Have you tried adding Trace to your application? If not try adding Trace Logs and also add a Log in Application_Error event of Global.asax to catch unhandled exceptions if any.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900