Debugging

G

Guest

Dear Sirs

I get on 4 lines of my ASP a syntax error. Can someone tell me how to debug
a page?
 
D

David Berry

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

Similar Threads

IE error message 1
ASP and inline frames 1
List page ASP problem 3
Showing "next" "previous" etc. records in ASP 5
ASP/HTML 1
Debugging 8
Navigation buttons 5
Drop down Navigation menue 1

Top