How do I view the trace logs of the IIS server?

I am getting below error when trying to run my asp.net mvc solution:

enter image description here

This error is in my WCF service.

My question is, how can I see the trace logs of the IIS server?

Below is the configuration for my Visual Studio project:

enter image description here

Thank you for your help.

+3


source to share


1 answer


You need to configure IIS logging from IIS, not Visual Studio.



http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/d29207e8-5274-4f4b-9a00-9433b73252d6.mspx?mfr=true

0


source







All Articles