| Showing 1 - 7 from 7 tutorials on Page 1. |  | |
| | | 404 Error Page (With a Db an IP Capture) | | This example demonstrates how to serve a custom page to users whenever a 404 error occurs as well as log the user info such as ip, referrer, request, agent into a database. | | Added: 19 March 2007 - Visits: 87 | | | | | | | | 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 tutorial'll show you how to handle this 404 e... | | Added: 19 March 2007 - Visits: 88 | | | | | | | | 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. | | Added: 18 March 2007 - Visits: 136 | | | | | | | | 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 is not currently available. Secondly, to alert the webmaster that a file is missing or a link is targeting something in... | | Added: 18 March 2007 - Visits: 120 | | | | | | | | 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 tutor... | | Added: 17 March 2007 - Visits: 148 | | | | | | | | A Custom ASP Error Class with Pop-up Dialog Box | | Here you will find an error class called CError that allows you to display a custom dialog box with the option to have a detailed message, a general message, and log the error in a file for later reference. Also uses some JavaScript and DHTML to allow t... | | Added: 16 March 2007 - Visits: 147 | | | | | | | | Disable Error On ASP Codes | | Unexpected errors can stop programs and your application coul be down immadiately. But 'On Error Resume Next' funtcion help you to avoid to stop unexpected errors on code. All you need to put this code after a code block. | | Added: 16 March 2007 - Visits: 135 | | | | | |