Debugging

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear Sirs

I get on 4 lines of my ASP a syntax error. Can someone tell me how to debug
a page?
 
Put a response.write where the error is. For example, if the error line is
on your SQL statement you'd put Response.Write SQL If you're trying to see
what's in a variable then you'd do Response.Write varibalename.

What's the error you're getting? What are the code lines that produce the
error?
 
Back
Top