It shows that you are unregistered. Please register with us by clicking Here
![]() |
|
![]() |
![]() | Register - FAQ - Today's Posts - New Posts - Support - Search | ![]() |
|
|
#1 (permalink) |
|
Junior Member
Join Date: Jul 2006
Age: 33
Posts: 27
|
Various debugging techniques can be useful in helping you to diagnose faults with your ASP scripts. I'd like to open the floor to our resident gurus and ask for suggestions and top tips to help our forum users debug their ASP scripts more effectively
I would like to start with ASP error handling. To initiate error handling you should add the following line to your script: On Error Resume Next The line tells the ASP interpreter to continue with the script even if there is an error. You can find out more about error handling here: http://www.aspdev.org/articles/asp-error-handling/ There are various reasons why you should want to implement error handling. However, if you are new to ASP, this line should be avoided until you find the need to use it to trap and handle errors properly More importantly, if you are experiencing problems with your ASP script, including "On Error Resume Next" in your script can stop the browser from displaying the error message and might stop you from tracking down the problem Thanks Jason |
|
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Google basic search techniques | mozza | 2 | 10-03-2006 05:03 PM | |
| Latest on Web Development Techniques | daniel_798@yahoo.com | PHP | 3 | 07-06-2006 02:57 AM |
| Debugging techniques | chase | ASP | 0 | 07-01-2006 06:13 PM |
| Blending Techniques | Tribe No 1 Fan- | Graphics & Multimedia | 5 | 12-21-2005 04:06 PM |