IISExpress 用户界面

发布于 2024-10-11 21:01:41 字数 1539 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

萌面超妹 2024-10-18 21:01:42

Jexus Manager for IIS Express 是一个与 IIS Manager 非常相似的管理控制台,

Jexus Manager for IIS Express

与命令行访问(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,

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 GitHub

Feedback is welcome.

野鹿林 2024-10-18 21:01:42

我为 IISExpress 实现了一个 GUI,用于:

  • 添加/修改网站
  • 启动/停止网站

希望它能有所帮助:

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

I implemented a GUI for IISExpress for:

  • adding/modifying websites
  • start/stop websites

Hope it can help:

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

入画浅相思 2024-10-18 21:01:41

IIS Express 是 IIS 的轻量级版本,它不附带 IIS 管理器等管理 UI 工具。您可以安装 WebMatrix,但它只允许您配置一些设置(绑定、默认文档、SSL)。
今天的选项:

  1. 您可以使用 appcmd.exe 命令行工具,该工具可以在 IIS Express 安装目录的“Program Files”下找到。
    IIS 配置参考中的大部分 appcmd 片段位于 http://www.iis.net/ConfigReference/
  2. 如果您使用 Visual Studio,那么您应该能够打开 %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:

  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
不即不离 2024-10-18 21:01:41

我正在为 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文