Description: In Classic ASP one might debug some code using VB Script: Response.Write strSQL Response.End() and the comment/uncomment the code accordingly. This was a bit of a pain during the development process. In ASP.NET, one can use the Trace feature which simplifies matters somewhat.