命令查找 IIS 6.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.