error handling
Error Handling techniques in ASP.NET 2.0 2.0
In this article, I would like to explain about Error Handling in ASP.NET. How to handle the error in ASP.NET 2.0 when an error happens in your website, how to handle unhandled error, tips and tricks for better error handling and also I would give some more>> In this article, I would like to explain about Error Handling in ASP.NET. How to handle the error in ASP.NET 2.0 when an error happens in your website, how to handle unhandled error, tips and tricks for better error handling and also I would give some sample code on how to do Error notifications to you as website owner if there is an error happen in your site. By doing a proper error handling on your website, you can avoid any unprofessional .NET Error to your user and in the other hand, you know what is happening to your website so you can prevent the error from happening again. In the code sample above,you can see that we are using Email notifications when the error happens. For better error logging, you can actually store all the details in your database,so that you can have the history and easier for you to manage code error on your site.<<less
Application Level Error Handling in ASP.NET 1
This tutorial explains how to handle ASP.NET errors on application level with Global.asax or by using a custom http module. Includes writing and reading errors to Windows EventLog, logging errors to text file or database and sending notification more>> This tutorial explains how to handle ASP.NET errors on application level with Global.asax or by using a custom http module. Includes writing and reading errors to Windows EventLog, logging errors to text file or database and sending notification e-mails to administrator.<<less
Perl File Handling
This article describes the facilities provided for file handling in Perl. Learn how to operate on files including how to open, read, write and close both binary and text files. more>> This article describes the facilities provided for file handling in Perl. Learn how to operate on files including how to open, read, write and close both binary and text files.<<less
Proper Handling of Onerror Event
Onerror event is one of the many functions developers have to exhaustively use if they are building highly interactive Ajax or JavaScript based application. This form of error handling in JavaScript aids developers in properly handling unexpected errors more>> Onerror event is one of the many functions developers have to exhaustively use if they are building highly interactive Ajax or JavaScript based application. This form of error handling in JavaScript aids developers in properly handling unexpected errors on events or when an expected form of data has not been received. Aside from instructing the browser on the options available when error happens; onerror could be used by developers to know more about the application. This could be used to detect bugs in the application so that a remedy could be proposed as soon as possible. The basic coding for onerror event goes this way:<<less
Error log Viewer 1.0
Pinpoint the cause of Server 500 errors. This script allows you to view your error log in an easy to read format, or if you dont have access to your error log, learn how to redirect error messages to your browser. This will save you hours of debugging. more>> Pinpoint the cause of Server 500 errors. This script allows you to view your error log in an easy to read format, or if you dont have access to your error log, learn how to redirect error messages to your browser. This will save you hours of debugging.<<less
Advanced Form Handling with PHP
This script offers the possibility not only to validate the users input, but also his input concerning personalizing his web part. He can make his choice from background color, font color, font face, more>> This script offers the possibility not only to validate the users input, but also his input concerning personalizing his web part. He can make his choice from background color, font color, font face, font size - in total four different types of web skins grouped by season themes. The choice controls to personalize his web part are enabled or hidden as long as the form is not correctly filled in. Depending on the users action the personalize-choice table and the related web skin example will be shown or not. After the user has chosen his preferred web skin a message with the related skin id is shown. The script is made from pure PHP - no JavaScript needed and is easy to modify and to extend. For example the delivered data can be transfered into to a database for further processing, besides you can add more skin ids or use script for other purposes. The downloadable Zip file contains also a small CSS file which delivers the design data for the offered web skins.<<less
Error Loging in ASP.NET 1
You may manage error handling configuring Web.Config file. In this code we will try to log this error page in to an SQL Server. This script will be helpful to webmaster to get a control over web pages. more>> You may manage error handling configuring Web.Config file. In this code we will try to log this error page in to an SQL Server. This script will be helpful to webmaster to get a control over web pages.<<less
Error Management 1.0
The add_error page is used to report an error message. The person who reports the error has the option of reporting the error to one or more developers. The list_error.php files is used to list error reports in a certain order. The error reports are more>> The add_error page is used to report an error message. The person who reports the error has the option of reporting the error to one or more developers. The list_error.php files is used to list error reports in a certain order. The error reports are ordered by date,error fixed and error severity. The edit_error.php page is used by the person who fixes the error. The user has to mention among other options, the cause,solution of error,whether the error was a browser issue, the description of the error, the error category etc. Error descriptions may be added manually. These are stored in the database. The user may also specify whether the site (on which the error occured), is owned by the group of developers or not. The search_error.php page allows users to search for error reports using various criteria, such as the reported between time, time taken to fix error,error severity,error category etc.<<less
Error Messages in ASP
Problems and coding syntax mistales can been in every serverside application. Security of application is very important. You should need to understand whats going wrong in deep of an apllication. This more>> Problems and coding syntax mistales can been in every serverside application. Security of application is very important. You should need to understand whats going wrong in deep of an apllication. This sample of code is an easy to use an error handling message writer. .<<less
Ababa Error Logger 1.0
Ababa Error Logger is a program logs all your site errors. This includes but not limited to 401 Unauthorized Error, 403 Forbidden Error, 404 File Not Found Error, 500 Internal Server Error. Ababa Error Logger is best used for debugging perl scripts, more>> Ababa Error Logger is a program logs all your site errors. This includes but not limited to 401 Unauthorized Error, 403 Forbidden Error, 404 File Not Found Error, 500 Internal Server Error. Ababa Error Logger is best used for debugging perl scripts, fixing broken links, etc.<<less
Dynamic Error Pages
A dynamic PHP script which returns different error messages depending on the error received. Works on 404 (File Not Found), 400 (Bad Request), 401 (Authorization Required), 403 (Access Forbidden), 500 more>> A dynamic PHP script which returns different error messages depending on the error received. Works on 404 (File Not Found), 400 (Bad Request), 401 (Authorization Required), 403 (Access Forbidden), 500 (Server Configuration Error), as well as unknown error messages. The script will also send an e-mail to your e-mail address with the time, error received, requested page, the page they came from and requesting computers IP address (optional). (Please note: To use this script you need to be allowed use custom error pages on your host.)<<less
Errors And Exceptions In ASP.NET 1
This tutorial explains how to handle errors with Try-Catch blocks or Page_Error procedure in ASP.NET web application. Every developer will make errors whenever tries to create anything useful. Because of that, we need methods and tools for error more>> This tutorial explains how to handle errors with Try-Catch blocks or Page_Error procedure in ASP.NET web application. Every developer will make errors whenever tries to create anything useful. Because of that, we need methods and tools for error handling.<<less
Error System 2.0
This set of scriptlets allows you to have both customised Apache error pages and the opportunity to be notified, by email, when an error occurs on your site. When site visitors arrive at an error page, they have the option of notifying you by more>> This set of scriptlets allows you to have both customised Apache error pages and the opportunity to be notified, by email, when an error occurs on your site. When site visitors arrive at an error page, they have the option of notifying you by selecting a single link on the generated error page. The system then sends you an automatically generated email with all of the relevant information you need to start tracking down any real errors - such as the urls of broken links etc.<<less
Error Log Viewer Perl
PLEASE REVIEW AND EDIT CAREFULLY Error Log Viewer is a free perl script that allows you to view your web servers error log. more>> Error Log Viewer Perl is developed as a free and useful perl script which gives you the ability to view the error log of your web servers. Error Log, contains all sorts of useful information about errors and warnings returned by your server that will help you improve as a Perl Programmer and write tighter more efficient code.
All you need is a cgi-bin and the path to the error log file on your server. If you do not know the path to your error log, this script package also comes with the code you need to redirect the error messages to your browser.
The following code is all you really need. It has proved invaluable and has saved our programmers countless hours of debugging. Any time you encounter a Server 500 error, open up the script that is causing it and enter the following code near the top, under the path to Perl.
It can be placed anywhere in the script as long as it placed before the error. Each time a script is called, it is entirely compiled then executed. This code will redirect the errors found to STDOUT (your browser) using Perls built in BEGIN subroutine.
Major Features:
- Select group of lines to view
- View with or without word wrap
- Characters decoded for easier reading
- Set default values
- Compatible with Windows, Unix, Linux, Sun, BSDOS and OSX Mac servers
M&M Error Director 2.6
This script detects website errors, logs them and sends webmaster an email. It displays an error page to user. Error pages are not created by the script but are standard HTML pages so you can edit them to look like your site. It includes protection to more>> This script detects website errors, logs them and sends webmaster an email. It displays an error page to user. Error pages are not created by the script but are standard HTML pages so you can edit them to look like your site. It includes protection to prevent your directory from triggering the servers SPAM detection system due to too many emails being sent from your cgi-bin per day.<<less
License:Freeware