Is there an interface separate from the regular IIS manager?
When I search on IISExpress I find only a link to a folder full of logs related to IISExpress sites that had been spawned by Visual Studio.
Is there an interface separate from the regular IIS manager?
When I search on IISExpress I find only a link to a folder full of logs related to IISExpress sites that had been spawned by Visual Studio.
You can use WebMatrix, or Visual Studios to manage web sites in IIS Express.
Or, if you like the command line you can use the files located in
c:\Program Files\IIS Express
orc:\Program Files (x86)\IIS Express
There isn't an equivalent to the normal IIS7 control panel that I'm aware of, but when IIS Express is running there is usually a management tool that appears in the system tray that will let you do things like shut down or remove sites or recycle processes.
There is an open source tool:
https://github.com/jexuswebserver/JexusManager
https://www.jexusmanager.com/
You can download the management control panel from Here