
AccessControl.dll       - Implements COM ASP component object
AccessFilter.dll        - Implements ISAPI filter
AccessAdmin.asp         - Page to administar to restricted path settings

----

Create a directory on your IIS W2K server and copy these 2 DLLs
into that directory.

Note the IUSR_ access needs to have r/w access to this directory,
as the AccessFilter.dll will read & store it's state into this
location.

----

To install the ISAPI filter, use the Internet Service Manager.
Under properties for each website there is a tab for "IIS Filters".
On this tab select add.  Provide the path of the AccessFilter.dll
and type in a descriptive name.

----

To install the COM component, at a command line, type:
    "regsvr32 AccessControl.dll"

This allows your ASP pages to use the "AccessControl.SessAcc" and
"AccessControl.Paths" objects.

Note: you must install the ISAPI filter before the regsrv32 command
will work.

----

You can copy the AccessAdmin.asp to your website to configure the
restricted paths.

----

Comments, questions, suggestions to:  ken@reneris.com
