- 404 Error Page (CDONTS)
The basic 404 error or file not found page serves two specific purposes. Firstly, to alert the user that the item they were expecting isnot currently available. Secondly, to alert thewebmaster that a file is missing or a link is targeting something incorrectly. In order to provide users with a page that will show upwhenever a 404 error occurs you need to change the settings on your web server to target a specific page or contact your hosting company to do this for you. Once setup, the location of any file that is requested and not found in the server will be made available as a query string value and can be outputted as a message to the webmaster. Sending a message to the webmaster can be done a number of ways this example demonstrates the use of CDONTS.
Price: Free
http://www.codeave.com/asp/code.asp?u_log=119
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Handling 404 errors with email - and a twist
Everyone has seen an HTTP 404 error at some point. You follow a link on a web page, and BOOM - File not found. Perhaps the author spelt it incorrectly, or the page was uploaded to the server by mistake. This tutorialll show you how to handle this 404 error gracefully by displaying your custom error page, and send an email to yourself so the problem gets fixed.
http://coveryourasp.com/404Descr.asp
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Implementing Error Logging in ASP 3.0
The author writes "It is important to know what is going on with your site in development and production. By implementing proper error logging, you can quickly track down errors, and provide your team members with enhanced error information." This tutorial describes how to create a simple and effective logging system using the new ASP Error object.
http://www.asp101.com/articles/carvin/errlog/default.asp
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Using exception handling
It is quite common for people using the CoverYourASP source code to get errors when first connecting to the database. This tutorial explains how simple exception handling helps them fix the problems.
Platform: ASP 3.0
http://CoverYourASP.com/DBException.asp
(Rating: 0.00 Votes: 0)
Rate It
Review It
|