how to hide error page link when error occurs in asp.net
here in my project when i pass the link http://localhost:72638/asp (this page is not available)
it is taking me to my custom error page http://localhost:72638/Errorpage.html and displaying its content.
can i display the content of my custom error page Error.html when i pass the link http://localhost:72638/asp
How to show a custom 404 page in ASP.NET without redirect
When a request is 404 in ASP.NET i want a custom error page to be displayed. The URL in the address bar should not change, so no redirect.