We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
Jexus Manager for IIS Express 是一个与 IIS Manager 非常相似的管理控制台,
与命令行访问(IIS Express 的
appcmd
)不同,或者要更改的一小组设置(与其他 IIS Express 实用程序或 Visual Studio/WebMatrix 一样),Jexus Manager 旨在提供对尽可能多的设置的访问(如果技术上可行,甚至比 IIS Manager 还要多)。您可以从 GitHub 下载最新版本,
欢迎反馈。
Jexus Manager for IIS Express is a management console that's quite similar to IIS Manager,
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 GitHub
Feedback is welcome.
我为 IISExpress 实现了一个 GUI,用于:
希望它能有所帮助:
https:// ilmatte.github.io/IISExpressGUI/
I implemented a GUI for IISExpress for:
Hope it can help:
https://ilmatte.github.io/IISExpressGUI/
IIS Express 是 IIS 的轻量级版本,它不附带 IIS 管理器等管理 UI 工具。您可以安装 WebMatrix,但它只允许您配置一些设置(绑定、默认文档、SSL)。
今天的选项:
IIS 配置参考中的大部分 appcmd 片段位于 http://www.iis.net/ConfigReference/
%userprofile%\documents\IISExpress\config\applicationhost.config
或应用程序的 web.config 并使用 intellisense 编辑 IIS 配置设置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:
Majority of appcmd snippets from the IIS Configuration Reference located on http://www.iis.net/ConfigReference/ would work
%userprofile%\documents\IISExpress\config\applicationhost.config
or your application's web.config and use intellisense to edit IIS configuration settings我正在为 IIS Express 准备 UI。如果您检查一下,我会很高兴。
http://lordamit.blogspot.com/2012/05/iis-express-manager- v01b.html
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