Download and run urlrepl.exe. The file will install urlrepl.dll and adds the filter to Web Service level. You can add the filter to individual Web Site :
- In Internet Service Manager, select the Web server or Web site and open its property sheets.
- Click the ISAPI Filters tab.
Note If you are adding filters to a Web site, you will not see any global filters inherited from the Web server's master properties. You will see only the filters installed for the Web site, even though both sets of filters are run.
- Click the Add button.
- Type the name of the filter in the Filter Name box and either type or browse for the DLL (URLRepl.DLL) file in the Executable box.
- Click OK.
- To change the load order of a filter, use the arrows.
- If you have added or changed a global filter, you must stop and restart the Web server to load the new filters into memory. A filter added at the Web site level is automatically loaded when you add it.