Sathish
Sathish

Reputation: 319

ASP.NET - IIS - Tracing

I need to trace the Exceptions in IIS 7.

My application works in Asp.net with c# in windows server 2008 R2. If any exception happened in my application,then I need to have a track of that in server.

Please let me know if any features available in IIS7.

Upvotes: 0

Views: 1626

Answers (1)

zey
zey

Reputation: 6103

If you want to use IIS to trace , I think the only possible way is you can use logging in IIS .

You can see here how to use it !

Upvotes: 1

Related Questions