Hi,
I'm running into this problem in my 404 redirect page. If a user goes to and gets redirected, I can't find a way to access what the querystring paramater/value was.
I've tried:
Request.ServerVariables("HTTP_URL")
Request.ServerVariables("QUERY_STRING")
Request.ServerVariables("URL")
Request.ServerVariables("HTTP_REFERER")
I need to know the querystring values so I can redirect to the correct page with those querysting values.
Thanks in advance.
-Kevin
I'm running into this problem in my 404 redirect page. If a user goes to and gets redirected, I can't find a way to access what the querystring paramater/value was.
I've tried:
Request.ServerVariables("HTTP_URL")
Request.ServerVariables("QUERY_STRING")
Request.ServerVariables("URL")
Request.ServerVariables("HTTP_REFERER")
I need to know the querystring values so I can redirect to the correct page with those querysting values.
Thanks in advance.
-Kevin