Go Back   Gaming Gutter > Non-Gaming > Programming > Tutorials


Tutorials - Looking for programming tutorials to increase your knowledge? Do so here.

» Site Navigation
» Home
» FAQ
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Advertisement
» Recent Threads
Go to first new post Random Accounts
Yesterday 01:08 PM
by Tyler
Last post by Tyler
Today 06:36 AM
3 Replies, 18 Views
Go to first new post What button do you think...
Today 04:45 AM
by Googlrr
Last post by Tyler
Today 06:34 AM
3 Replies, 15 Views
Go to first new post Good AB list for newbies
09-03-2008 08:28 PM
Last post by Lanbo
Today 06:31 AM
7 Replies, 363 Views
Go to first new post [PHP] Myspace FLP
08-18-2008 11:05 AM
by |G3|
Last post by |G3|
Today 06:16 AM
3 Replies, 114 Views
Go to first new post Jtdusk
10-09-2008 01:32 PM
by Cyrus
Last post by Flufeeh
Today 05:56 AM
27 Replies, 319 Views
Reply
 
LinkBack Thread Tools Display Modes

 Displaying Errors In ASP
Old 10-18-2006, 03:48 PM   #1 (permalink)
Oosband
Guest

 
Posts: n/a
iTrader: / %
Displaying Errors In ASP

ASP does have a way to display errors, watch out though, doing this will display valuable infomation to potential hackers, it's best to only use this on a test server.

Here's the code you need:

Code:
<%
//Check if an error occurred
If Err.number <> 0 then
//Display the error number
response.write Err.number
//Display the error source
response.write Err.source
//Display a description of the error
reponse.write Err.description
End If
%>
-- //Oosband
  Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Displaying The Date And Time In ASP Oosband Tutorials 0 10-18-2006 03:50 PM

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -7. The time now is 06:36 AM.


vBulletin skin developed by: eXtremepixels
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.12168002 seconds (100.00% PHP - 0% MySQL) with 20 queries