Tag: Custom Error Pages

404 and 403 Error Pages in ASP.NET

January 12, 2009 | By | 3 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 [...]

Continue Reading