kennedymr2
Programmer
I am trying to debug some .asp files.
Have set up a test asp page roughly as follows
<HTML>
<center>
<h2> <% Response.Write "assasaasssa" %> <h2>
</centre>
</HTML>
<%
dim Test1,Test2
Test1=77777
Test2=88888
'etc.............
%>
If i run the above script, and it has no errors in it
the html displays ok.
But if i introduce an error eg. take out the ' from 'etc
the script bombs out, and i do not get the html
I was hoping i could use html to display variables during the script processing, in order to debug what was going wrong.
Have installed the microsoft script debugger,but it does not see to work ????
Have tried the visual studio debugger, cannot get it work as well.!
?? How do i debug an asp script.????, in a practical way.
Appreciate any assistance offered.
Have set up a test asp page roughly as follows
<HTML>
<center>
<h2> <% Response.Write "assasaasssa" %> <h2>
</centre>
</HTML>
<%
dim Test1,Test2
Test1=77777
Test2=88888
'etc.............
%>
If i run the above script, and it has no errors in it
the html displays ok.
But if i introduce an error eg. take out the ' from 'etc
the script bombs out, and i do not get the html
I was hoping i could use html to display variables during the script processing, in order to debug what was going wrong.
Have installed the microsoft script debugger,but it does not see to work ????
Have tried the visual studio debugger, cannot get it work as well.!
?? How do i debug an asp script.????, in a practical way.
Appreciate any assistance offered.