How can I trap errors for an application that is tightly coupled with IIS?

Posted by PeanutsMonkey on Super User See other posts from Super User or by PeanutsMonkey
Published on 2012-06-29T02:02:57Z Indexed on 2012/06/29 3:18 UTC
Read the original article Hit count: 383

We have an unsupported application that relies on IIS however intermittently brings out the website it is integrated with. I have looked at the logs and there is nothing in the logs to indicate what the issue could be as the logs only have GET verbs. I have also looked at the event viewer and there are no error logged in there either.

The application runs off a Windows 2008 server.

Is there a freely available application we can have running in the background that will listen to or is aware of the application running and traps the error when it crashes? The unsupported application is a bespoke implementation for which we don't have code for and the developer is no longer contactable.

© Super User or respective owner

Related posts about error-logging

Related posts about windows-2008r2