Installation
Just Download the zip file, unzip wherever you want and run the: IISExpressGUI.exe file.
Introduction
At the moment the application works only with IISExpress installed under the default installation path: %Program Files%\IIS Express.
At the moment the application doesn't know if you start/stop a WebSite with the tray icon application, the command line or Visual Studio.
Edit and Save
The main window will show the list of web sites already added to IISExpress configuration (say web sites previously run by Visual Studio with IISExpress).
If you select one you can edit and save your changes:
- web site name
- port number
- the physical path of the folder containing the website
As soon as you move your focus out of the textbox you wrote in you will get validation errors if any, otherwise the Save button will be enabled:
Start and Stop
If you right click on a WebSite on the left side, a context menu will pop up allowing you to start/stop the WebSite depending on its current status:
Create new WebSite
If you open the File Menu Item in the top left of the window and select:New WebSite a new WebSite will be added to the list on the left and it will be selected so that you can configure it on the right panel.
The new WebSite cannot be run until you Save it: