October 2001
Intermediate to advanced
376 pages
7h 3m
English

ONE OF THE MOST COMMON WAYS to debug traditional ASP web applications is to use trusty calls to Response.Write. This enables you to create checkpoints in your code to view the contents of variables in the browser. This approach had several drawbacks, however. The output created by calls to Response.Write appears wherever the call is made in the code. It sometimes becomes a chore trying to interpret your debugging information because it is strewn all over the page in the browser. The formatting of your page is also affected.
When you are finished debugging your web application using calls to Response.Write, you are then faced ...
Read now
Unlock full access