<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
<system.webServer>
<httpErrors errorMode="Detailed"/>
</system.webServer>
</configuration>
Remember to place the parts in red in to the proper places in the web.config .
With asp 4 used, you can place the following in your web.config file to get the true IIS errors and detailed errors.
- 0 Users Found This Useful