命令查找 IIS 6.0 网站使用的端口

发布于 2024-12-12 00:49:26 字数 51 浏览 0 评论 0原文

给定 IIS 6.0 中的网站和应用程序池的名称,是否有命令可以列出该网站使用的端口号?

Given the name of a website and an app pool in IIS 6.0, is there a command that can list the port number used by that website?

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

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

发布评论

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

评论(1

策马西风 2024-12-19 00:49:26

Cscript.exe adsutil.vbs 获取 W3SVC/1234/ServerBindings

,其中 1234 是 IIS 管理器“网站”列表中找到的网站标识符号。

Cscript.exe adsutil.vbs get W3SVC/1234/ServerBindings

where 1234 is the website Identifier number found in IIS Manager "Web Sites" list.

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