404 and 403 Error Pages in ASP.NET

Amgad Suliman | 12/01/2009 | 2 Comments

The 2 most common HTTP errors that occur are the 404 and 403. 404 is the File Not Found error and it is generated when the user clicks on a broken link or enters a file or folder name that does not exist in the server. And the 403 Access Denied error is generated when [...]

Filed Under: ASP.NET