Manual Uninstallation of DAF
1. Uninstall DAF Filter
2. Configure IIS Authentication Scheme
3. Unregister DAF Related ASP Component
5. Clean the Registry
4. Delete All DAF Files
1. Uninstall DAF Filter
With IIS 2.0 or 3.0
Uninstall DAF DLL:
- Open the "Registry Editor" (run REGEDIT.EXE)
- Open the path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W3SVC\Parameters
- Modify the key "Filters DLL" by removing DAF DLL path (e.g.,
c:\inetserv\filters\daf35x.dll").
The registry should look like this before removing the DLL:

Restart the Web Service
- Open Control Panel
- Open Services
- Select "World Wide Web Publishing Service"
- Stop and Restart "World Wide Web Publishing Service"
With IIS 4.0
Uninstall DAF DLL:
With IIS 4.0, all ISAPI filters like DAF are installed with the "Microsoft
Management Console."
DAF is installed as a GLOBAL ISAPI filter. To remove it:
- From the DeskTop task bar, open: Start, Programs, Windows NT 4.0 options
Pack, Microsoft Internet Information Service, Internet Service Manager
- Open the "Console Root" and "Internet Information
Server"
- Select "your server name"
- Click on "Properties" icon
- In "Master Properties" choose "WWW Service"
- Press "Edit"
- Select "ISAPI Filters"
- At this point, You should see DAF filter listed.
- Select DAF and Press Remove
- Close "Management Console"
- Restart the Web Service or the computer. To restart the Web Service:
- open "Control Panel"
- select "World Wide Web Service"
- press "Stop" and, when stopped press "Start"
Restarting the service with the "Microsoft Management Console"
will not work. It is necessary to use the "Services" icon in the Control Panel
or the "Re-Start Services" in the DAF Installation Tool.
DAF is installed only once as a global filter even if several DAF user lists were used.
2. Configure
IIS Authentication Scheme
IIS is configured to accept a basic authentication scheme for all Web Sites attached to
a DAF User list. If needed, enable "Windows NT Challenge/response."
With IIS 2.0 or 3.0
- Open the "Microsoft Internet Service Manager"
- Open "WWW Service Properties"
- Open "Service"
- In password Authentication, check "Basic (clear text)" and
uncheck "Windows NT Challenge/response." (For some mysterious
reason, I have noticed IIS has some random problem with the basic authentication scheme
when "Windows NT Challenge/Response" scheme is checked.)
With IIS 4.0
- From the DeskTop task bar, open: Start, Programs, Windows NT 4.0 options
Pack, Microsoft Internet Information Service, Internet Service Manager
- Open the "Console Root" and "Internet Information
Server"
- In "Master Properties" choose "WWW Service"
- Press "Edit"
- Choose "Directory Security"
- In "Password Authentication Method"
- Press "Edit"
- If needed, check "Allow Anonymous"
- Check "Basic Authentication (Password is sent in Clear Text)
- UNCHECK "Windows NT Challenge/response"
- Press OK
- Close "Management Console"
3. Unregister DAF Related ASP
Component
Once an ASP Component has been used once in an ASP script, the DLL is locked and cannot
be removed. To free the DLL, it is necessary to restart "IIS Admin Service"
Service for IIS 4.0, and "World Wide Web Publishing Service" for IIS 3.0.
Instructions to restart services:
- Open Control Panel
- Open Services
- Stop and Restart "World Wide Web Publishing Service" and/or "IIS Admin
Service"
Unregister DAFTools ASP Component:
In an MS-DOS window:
- Change current directory to <DAF directory>\bin
- File "DAFTOOLSxx.DLL" should be present
- Run "REGSVR32 /u DAFTOOLSxx.DLL"
- Delete file "DAFTOOLSxx.DLL"
REGSVR32.EXE is a system tool installed with Windows NT
Unregister ASPCrypt ASP Component:
In an MS-DOS window:
- Change current directory to <DAF directory>\bin
- File "ASPCRYPTxx.DLL" should be present
- Run "REGSVR32 /u ASPCRYPTxx.DLL"
- Delete file "ASPCRYPTxx.DLL"
REGSVR32.EXE is a system tool installed with Windows NT
4. Clean the Registry
All DAF configuration information is stored in the registry under key
[HKEY_LOCAL_MACHINE\SOFTWARE\daf].
To remove this key and all sub-keys:
- Open the "Registry Editor" (run REGEDIT.EXE)
- Open the path: HKEY_LOCAL_MACHINE\SOFTWARE\daf
- Choose "Delete" from menu "Edit"
5. Delete All DAF Files
Delete all files in and under the DAF directory.
Last update: Thursday, August 31, 2000 07:19