 |
IIS Port 80 Workarounds |
| Page Information |
| Last Updated: |
8/7/2008 1:15:37 PM |
|
Home > Troubleshooting > IIS Port 80 Workarounds
My Secure Backup attempts bind to localhost port 80 in order to enable drive mapping with the WebClient service when drive mapping is enabled. The workaround below will need to be used if drive mapping is desired.
It appears there is an issue with Windows Server 2003 / IIS6 bound to port 80 that causes My Secure Backup to be unable to bind the port. It does not appear to affect Windows XP or IIS5.1.
The workaround for IIS6 is to configure IIS to just listen on your external address. You can do this by running:
- httpcfg set iplisten -i xxx.xxx.xxx.xxx (where xxx.xxx.xxx.xxx is your IP address)
- Restart the HTTP service
Note: Don't use this workaround on a machine with DHCP, as you would need to change the registry entry each time the machine IP changes.
|