Detailed errors - Web.config

Show detailed error using Web.config
Was always struggling with the exact settings, now I have it here

CodeFunctionName
What is this?

Public

Tested

Original Work
We will need both parts
In System.web and system.webserver as indicated in example below

<configuration >

<system.web >
<customErrors mode="Off" / >
</system.web >

<system.webserver >
    <httpErrors errorMode="Detailed" / >
</system.webserver >

</configuration >

Views 107

Downloads 54

CodeID
DB ID