|
|
Displaying Custom Error Pages |
|
|
Superdotnet.com |
|
|
ASP.NET / Error Handling |
|
|
Click to Visit |
|
|
31 |
Using the web.config XML file in ASP.NET, the users could change and save the configuration settings, this is what explained in this tutorial. The web.config XML file in ASP.NET allows the configuration setting to be stored in the root directory. This configuration settings could be of the version of the common language runtime to use, runtime behavior, configuration properties to use over all applications, and much more. The author says that all the run time errors can be directed to a custom page which could be named as myerrorPage.aspx.
|