Tagged Questions
0
votes
1answer
1k views
Exception Handling in IIS7 Integrated Pipeline Mode
I have an application hosted on IIS7 running in Integrated mode. I'm handling errors by putting the following into Web.config:
<httpErrors errorMode="DetailedLocalOnly" existingResponse="Replace"
...