When a page is requested and not found (common error 404), we can get
control back at IIS level and, for instance, trough an ASP page, provide the
user with some hints to redirect his request.
Unfortunately, the custom error page (ASP) is not given any mean for
retrieving variables of the request if those were sent through GET (or POST)
method. QUERY_STRING variable contains the path to the page asked without
"?variable=value" information, QueryString and Form collections are empty.
The QUERY_STRING server variable is filled with "404;<original URL without
parameters>".
Do anyone have idea on how to get access to those parameters transferred by
the browser to the server in the original request?
Pierre Hubaut
ATOFINA / TOTAL - Brussels