IIS get full error message for failed requests

Posted by BetaRide on Server Fault See other posts from Server Fault or by BetaRide
Published on 2012-06-29T09:33:07Z Indexed on 2012/07/11 9:17 UTC
Read the original article Hit count: 215

Filed under:
|
|
|

I have IIS set-up and serving my webservice. Unfortunately if the webservice throws an exception, all I get is a blue box with the title failed request.

What options do I have to actually see what went wrong? I'd prefer to get the exception message and a stack trace.

I already set-up "Failed Request Tracing" but the directory remains empty. If possible I'd prefer to get the stack trace in the browser directly.

Just if this matters: I have an IIS 7.5 on a Win 7 64 Pro box. The Webservice is a WCF C# project.

© Server Fault or respective owner

Related posts about iis7.5

Related posts about c#