Results 1 to 2 of 2

Thread: Query in ASP

  1. #1
    Contributing Member
    Join Date
    May 2006
    Answers
    82

    Query in ASP

    I want to know the debugging techniques available in ASP. A brief explanation on this would help me gain the knowledge.


  2. #2
    Contributing Member
    Join Date
    May 2006
    Answers
    75

    Re: Query in ASP

    blenda
    There are various debugging techniques available and two of them out of the many available are given below

    <%
    On Error resume Next
    %>

    This line simply tells the ASP interpreter, to continue with the executing of the ASP script if there is an error, instead of throwing exception and stopping the script execution.

    To trap & handle errors in an ASP application we need to use the Err object and 2 of the properties – Err.Number and Err.Description.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact