Active Server Pages/Debugging

Dumping a variable

edit

Variables are easily dumped in asp using the following idiom:

Response.write Var
Response.end