
This directory contains the ASP source for the demo that is
on the web site.  (www.reneris.com/tools/demo)

It is provided for reference to show how to use the access filter
in your own asp pages.

tools:
  demo.asp                  - initial page with logon form
  demo_logon.asp            - processes logon request
  logoff.asp                - logs off
  NoAccess.asp              - page the ISAPI filter routes to if no access
  lib.asp                   - misc ASP server functions
  demo\welcome.asp          - page after logon has completed
  demo\flowers.jpg          - file to show that access is more then ASP pages
  demo\subdir\sitbooboo.jpg - file to show access is for the entire tree


The demo requires that the server have normal IUSR_ account access
to the demo files, with a restricted path configured (through the
accessadmin.asp tool) to the tools/demo area with the tools/noaccess.asp
page set as the page to route too when there is an unauthorized access.

You can see this has been configured on the demo server
by checking: www.reneris.com/tools/accessadmin.asp


----

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