
If the installation failed check for the existence of the following files...

	C:\WINNT\system32\VB6STKIT.DLL
	C:\WINNT\SYSTEM32\COMCAT.DLL
	C:\WINNT\SYSTEM32\STDOLE2.TLB
	C:\WINNT\SYSTEM32\ASYCFILT.DLL
	C:\WINNT\SYSTEM32\OLEPRO32.DLL
	C:\WINNT\SYSTEM32\OLEAUT32.DLL
	C:\WINNT\SYSTEM32\MSVBVM60.DLL
	C:\WINNT\system32\msinet.ocx
	C:\WINNT\system32\CiscoURLProxy.dll

If these files are present, type the following at a command prompt...

	regsvr32 C:\WINNT\system32\msinet.ocx
	regsvr32 C:\WINNT\system32\CiscoURLProxy.dll




If the installation was successful you may have a permissions problem and need to perform the following steps...

Some systems seem to have a security problem running the component. Launch Component Services by going to 
Start --> Programs --> Administrative Tools --> Component Services.

Then go to Console Root --> Component Services --> Computers --> My Computer --> COM+ Applications

After selecting COM+ Applications you can right-click on it and choose New --> Application

The wizard should appear and you can then click Next

Then Create and Empty Application

Type a name "CiscoURLProxy" is a good one...

Server Application should be selected.

Click Next

Select "This User" and then enter a user id and password that has administrator privileges on the machine.

Next Then Finish...

The application should now be listed under COM+ Components.

Navigate to the Components folder under the application you created.

Then go find the CiscoURLProxy.dll file in the c:\winnt\system32 directory using explorer.

You then drag the dll file from explorer into the open area on the right side of the component services
management console.

The component should appear.

Restart the IISAdmin service to free any previous version of the component.

Any new request will run under a process with administrator privileges without error.



