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.
Adding a web site
You can only have multiple web sites when IIS is installed on Windows 2000/2003/2008 Server
Web Sites
folder and select New > Web Site
Removing a web site
Web Sites
folder and select DeleteTo 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.