Hi guys,

I need some help with an IIS 6.0 running on Windows Server 2003.

I have several local accounts created on the server, each user has its own
local folder with a different website.

Some of them don't have anything in their folder.

When there is nothing in their accounts, a "Directory Listing denied"
message appears. I would like to redirect to some error.html page (unique
page located in some other folder, different than the users').

Does anyone know how to do this? (Except copying this webpage to every empty
user account).

Thank you.

Dan

Re: IIS 6.0 -redirecting empty user accounts to unique error webpage by Tiago

Tiago
Thu Mar 13 17:12:23 CDT 2008

You can replace the default 403 html error page to one of your choosing. Its
setup on the metabase or viewed via inetmgr.exe.
Or, build some ISAPI Filter to do that redirection.
Or, if developing in ASP.NET setup your web.config with the customError
redirection detecting the 403 error code.

Tiago Halm

"Dan Grigore" <mircea10@hotmail.com> wrote in message
news:Oeve9tJhIHA.1212@TK2MSFTNGP05.phx.gbl...
> Hi guys,
>
> I need some help with an IIS 6.0 running on Windows Server 2003.
>
> I have several local accounts created on the server, each user has its own
> local folder with a different website.
>
> Some of them don't have anything in their folder.
>
> When there is nothing in their accounts, a "Directory Listing denied"
> message appears. I would like to redirect to some error.html page (unique
> page located in some other folder, different than the users').
>
> Does anyone know how to do this? (Except copying this webpage to every
> empty user account).
>
> Thank you.
>
> Dan