Importance Score: 35 / 100 🔵
Runtime Error on Server
A runtime error has occurred within the application hosted on the server. For security purposes, current custom error settings prevent remote viewing of the specific details regarding this application error. However, these details are accessible for viewing via browsers running directly on the local server machine.
Error Details
To enable the display of detailed error information on remote machines, it is necessary to create a <customErrors>
tag within the “web.config” configuration file. This file should be located in the root directory of the web application. Within this <customErrors>
tag, set the “mode” attribute to “Off”.
Customizing Error Pages
Please note that the current error page users are viewing can be replaced with a custom error page. To implement this, modify the “defaultRedirect” attribute found within the application’s <customErrors>
configuration tag. This attribute should be configured to point to the URL of your desired custom error page.