Configuring IIS

 

We need to move IIS http port to 8080 and disable https port 443, because ISL Conference Proxy needs these ports for optimal connectivity.

During this procedure, we shall also set up anonymous access to IIS.

 

Open Control Panel and follow these steps: 

 

We have moved IIS http port from 80 to 8080, set the anonymous access and started the IIS service, now we need to disable IIS https port 443.


Open Command Prompt (click on Start, click on Run..., type cmd and click on OK), then type (press enter after each line):

net stop w3svc

cscript c:\Inetpub\AdminScripts\adsutil.vbs set w3svc/1/SecureBindings ""

net start w3svc

Type exit to close the Command Prompt window.

Was this article helpful?