N
Nobody
I am using C# ASPX and responding to the client with a page depending on
what is in the query string. If the location in the query string is not
found, I want to return the default 404 page. How do I output the DEFAULT
404 page? I know I can send manual headers, but I don't want that... I want
to return to the client what the web server would send if the ASPX was not
found. Also, I know I could redirect to an invalid location, but the
location bar would change for the client and I do not want that either.
Thanks
what is in the query string. If the location in the query string is not
found, I want to return the default 404 page. How do I output the DEFAULT
404 page? I know I can send manual headers, but I don't want that... I want
to return to the client what the web server would send if the ASPX was not
found. Also, I know I could redirect to an invalid location, but the
location bar would change for the client and I do not want that either.
Thanks