dman
Perch
Hello,
I'm wondering why the custom error pages do not pass the query string in the resulting error page query string? My understanding is that IIS 5 and 6 support this and that it is a setting available in each.
For Example:
www.domain.com/nopage.htm?string=123
will go to...
www.domain.com/customerrorpage.htm?404;http://www.domain.com/nopage.htm
... loosing the original query string, "string=123".
Can this be corrected or adjusted to work? Thanks!
I'm wondering why the custom error pages do not pass the query string in the resulting error page query string? My understanding is that IIS 5 and 6 support this and that it is a setting available in each.
For Example:
www.domain.com/nopage.htm?string=123
will go to...
www.domain.com/customerrorpage.htm?404;http://www.domain.com/nopage.htm
... loosing the original query string, "string=123".
Can this be corrected or adjusted to work? Thanks!