Active Server Pages/Debugging

Dumping a variableEdit

Variables are easily dumped in asp using the following idiom:

Response.write Var
Response.end