Hi,
I'm running into this problem in my 404 redirect page. This problem is specific to IIS 5.0 (or whatever comes with Windows 2000). The same page works fine in IIS 6.0.
If a user goes to and gets redirected, I can't find a way to access what the querystring paramater/value was (i.e. that c = xx).
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. This problem is specific to IIS 5.0 (or whatever comes with Windows 2000). The same page works fine in IIS 6.0.
If a user goes to and gets redirected, I can't find a way to access what the querystring paramater/value was (i.e. that c = xx).
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