Active Server Pages/Debugging

Dumping a variable

Variables are easily dumped in asp using the following idiom:

Response.write Var
Response.end
Category:Book:Active Server Pages#Debugging%20
Category:Book:Active Server Pages