Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

even configuration custom errors page is not working asp.net MVC

<system.webServer>
    <httpErrors errorMode="Custom">
        <remove statusCode="404"/>
        <error statusCode="404" path="App/Errors/NotFound" responseMode="ExecuteURL"/>
    </httpErrors>
</system.webServer>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #configuration #custom #errors #page #working #MVC
ADD COMMENT
Topic
Name
6+4 =