DotnetTipOftheday.org
Title
.NET Tip of The Day: How to respond with code 404 (Not Found) in ASP.NET
Description
Excerpted from the website:
- How to respond with code 404 (Not Found) in ASP.NET
- Suppose you configured custom 404 page in web.config file in the customErrors section. So whenever user requests non-existent aspx page, ASP.NET run-time returns well formatted message to the user.
Additional Information
Related Domains
External Links
