This is the problem: In an ASP.NET application when you point to an aspx file that does not exist, you face the ASP.NET error not typical 404 error. How can one avoid this?
Printable View
This is the problem: In an ASP.NET application when you point to an aspx file that does not exist, you face the ASP.NET error not typical 404 error. How can one avoid this?
Try this article:
http://msdn.microsoft.com/library/de...orsSection.asp
Or this one:
http://msdn.microsoft.com/library/de...ormessages.asp
Or this one:
http://www.devhood.com/tutorials/tut...utorial_id=237
Or this one:
http://www.dotnet-webhosting.com/asp...ror-pagel.aspx
Or this one:
http://www.aspnetresources.com/artic...rrorPages.aspx
Good luck...search on google produced the above results and many more.
Hey, thanks! In fact I was too lazy to google that. The last one is a pretty good article.