You are here: Getting Started > Installing Flow > Manual Installation > Required Tools > IIS Manager

IIS Manager

The IIS Manager is a windows management console. It allows a user to manage web sites that are installed on the computer. This is used to manage FlowWeb and FlowTransportWeb.

The IIS Manager can be used to add/remove web sites and virtual directories, start/stop web sites, and change configuration properties of the web server. For complete information on using IIS Manager please refer to its help files.

Both FlowWeb and FlowTransportWeb are added as virtual directories on the IIS Manager. However there are times when you need to first add a new web site under which the virtual directories are added. New web sites are used when you want to specify a custom port for the client to connect to.

ClosedOpening the IIS Manager
ClosedStarting / Stopping a web site
ClosedAdding a Virtual Directory
ClosedRemoving a Virtual Directory

Adding a web site

You can only have multiple web sites when IIS is installed on Windows 2000/2003/2008 Server

  1. Open the IIS Manager
  2. Right click the Web Sites folder and select New > Web Site
  3. etc...need images from Win2003server

Removing a web site

  1. Open the IIS Manager
  2. Right click the Web Sites folder and select Delete
  3. etc...need images from Win2003server
ClosedChanging the web site port
ClosedChecking the ASP .Net Version
Installing a SSL Certificate

To install an SSL certificate you must first generate a CSR (Certificate Signing Request). You can then send this CSR to any public SSL certification provider to purchase a SSL certificate. The resulting certificate then needs activation within IIS.

A CSR is also needed if you are generating a self-signed certificate. A self-signed certificate is free since it is not issued by a public certificate authority however it is not automatically trusted by other computers. You will need to send them the certificate and have them install it into their certificate store. We do not recommend that you use a self-signed certificate.

ClosedCreating a SSL Certificate Signing Request (CSR)
ClosedPurchasing a SSL Certificate
ClosedActivating a SSL Certificate