I am debugging some ASP code, and I need to quickly print the current request data structure, which, I believe, is an array of key / value pairs.
I see that Request.Form (the "key") is a method for extracting individual elements.
Any tips on listing everything?
asp-classic
Brian webster
source share