
|
email this FAQ to a colleague
Q:
Is there a way to override the 404 error in IIS 1.0, 2.0 , or 3.0? I would like to have a page come up listing the web sites on our server when that error happens.
A:
You probably need to change your Regestry. The path is
HKEY_LOCAL_MACHINE
\SYSTEM
\CurrentControlSet
\Services
\W3SVC
\Parameters
AccessDeniedMessage REG_SZ
Range: string
Default: " "
The message to send back to clients when they have been denied access to the server. Often this message will be a short HTML document, explaining how to gain access.
- Baldur S. Sigurdsson
|