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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top