Debugging An Asp Program?

November 22nd, 2009 by admin | Filed under ASP Debugging

Can anyone please tell me how to debug an ASP programme using response.write and document.write

Related Posts:

tag_iconTags: |

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

3 Responses to “Debugging An Asp Program?”.

  1. pleche42 :

    you can put response.write in your scripts that will write a message to let you know that a certain event has been handled. if you don’t see the message you are supposed to see check how the call is being made.

  2. sinkable :

    You can use a logging service like log4net and then log the messages. The advantage of using such service is that you can log the message using logger.debug and then when done just turn the debugging off.

  3. enjoywit :

    I like to print out debug data like this
    Response.Write(““)

Leave a comment.

To leave a comment, please fill in the fields below.

Powered by Yahoo! Answers