wtijsma
-
6/17/2005 6:41:45 PM
Re: Use of customized 404 error page to parse URL/Path
Hi,
I've used the same method, it doesn't cause 404 errors, you have full control over what status code is returned if the server is configured to output an URL rather than a file (/error404.aspx).
In the beginning I actually had unknown status codes because I didn't return a status code at all, but I think most ISP's don't mind configuring IIS to use your own 404 page.
Getting rid of the dummy files will be a relief, thanks. Makes synchronization too hard anyway.
|