Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to run/debug asp

Status
Not open for further replies.

developer155

Programmer
Jan 21, 2004
512
0
0
US
Hi, what is the way to see a value from asp page? I do not knwo if there is a way to put asp application in a project like asp.net and debug it? Right now I am just running it on my local server and trying to find a value of a variable in asp page

thanks!!!
 
I just always put a Response.Write(variablename) followed by a Response.End to see what a specific variable's value is at a certain time.

<.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top