Active Server Pages/Debugging
From Wikibooks, the open-content textbooks collection
[edit] Dumping a variable
Variables are easily dumped in asp using the folling idiom
Response.write Var Response.end
Variables are easily dumped in asp using the folling idiom
Response.write Var Response.end