Iis – Where is the ASP.NET unhandled exception log in IIS 7

iisiis-7loggingwindows-server-2003

I've been working in IIS 7 for over a year and I've never been able to find the logs of unhandled ASP.NET exceptions.

In IIS 6, it was Computer Management>System Tools>Event Viewer>Application. Where is it in IIS 7?

UPDATE Here is the list I get in event viewer. Most are empty and the rest do not contain any ASP.NET errors. After some digging I saw in the Microsoft folder there was Windows > Application Server-Applications. Inside that was Admin and Operational but these both indicated that they were disabled. Are these the logs I am looking for? If I enable them, will they start logging ASP.NET unhandled exceptions?

IIS 7 Event Viewer screenshot

Best Answer

Should still be in the Application event log, I think?

If you're asking about the location of that log through the GUI: Eventvwr.exe or Server Manager -> Diagnostics -> Event Viewer -> Windows Logs -> Application

Related Topic