we have APS.NET application running on IIS 7.5 on Server 2008r2. When developers debug the code in VS2012 web server the unhandled exceptions are logged in EventViewer but when the app is deployed on production some exceptions did not arrive in EV. I was able to catch the exception with IE11 developer tools but still nothing in the EV. This behavior is relatively new, we are able to get exceptions in EV before. Can someone point me in the right direction how to configure IIS 7.5 to log unhandled exceptions in EV?
Asked
Active
Viewed 143 times
1 Answers
0
If you can see exceptions in IE11 developer tools, that likely means there are JavaScript exceptions. JavaScript is executed on the client side, so the server will know nothing about these errors.

kheld
- 196
- 3