IISExpress User Interface [closed]

余生颓废 提交于 2019-11-27 02:57:23
Jaro Dunajsky

IIS Express is a lightweight version of IIS and it doesn't ship with the the admin UI tool like IIS Manager. You could install WebMatrix, but it only allows you to configure few settings (binding, default documents, SSL). The options you have today:

  1. you can use appcmd.exe command line tool that can be found in the installation directory of IIS Express under the "Program Files". Majority of appcmd snippets from the IIS Configuration Reference located on http://www.iis.net/ConfigReference/ would work
  2. if you use Visual Studio, then you should be able to open %userprofile%\documents\IISExpress\config\applicationhost.config or your application's web.config and use intellisense to edit IIS configuration settings

I am preparing an UI for IIS Express. I will be glad if you check it out.

http://lordamit.blogspot.com/2012/05/iis-express-manager-v01b.html

Jexus Manager for IIS Express is a management console that's quite similar to IIS Manager,

https://blog.lextudio.com/2014/10/jexus-manager-for-iis-express/

Unlike command line access (IIS Express's appcmd), or a small set of settings to change (like other IIS Express utilities or Visual Studio/WebMatrix), Jexus Manager is designed to provide access to as many settings as possible (even more than IIS Manager if technically feasible).

You can download the latest build from

https://www.jexusmanager.com

Feedback is welcome.

I implemented a GUI for IISExpress for:

  • adding/modifying websites
  • start/stop websites

Hope it can help:

https://ilmatte.github.io/IISExpressGUI/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!