Skip to content

Running UNIFYConnect using IIS Express

CHECK

You must have IIS Express installed. For more information about how to download IIS Express and install it, see IIS Express Overview.

WARNING

IIS Express is a tool for development and debugging only. It should not be used in a production environment.

Open a command prompt and run the following command:

cmd
cd \Program Files\IIS Express

or in case of using a 64-bit OS, run the following command:

cmd
cd \Program Files (x86)\IIS Express

Use the physical path of the UNIFYConnect Web directory to run the following command:

For a default install

cmd
iisexpress /path:%Installation Directory%\Web

By default, IIS Express will run on port 8080. You can use the parameter /port to override the port number.

For example:

cmd
iisexpress /path:%Installation Directory%\Web /port:9090