列出 IIS 站点中的所有虚拟目录重定向
我需要在 IIS 7.5 中使用虚拟目录创建的所有重定向 URL 的列表。
大概使用 appcmd,理想情况下输出类似:
/foo http://example.com/blah
/bar http://another.example.com/ 301
非常感谢!
I need a list of all redirect URLs which have been created with virtual directories in IIS 7.5.
Presumably using appcmd, ideally outputing something like:
/foo http://example.com/blah
/bar http://another.example.com/ 301
Much appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
所以我想这对于 appcmd 来说是不可能的。我直接查询 IIS 配置文件(幸运的是,重定向是在此处配置的,而不是在单独的文件夹 web.configs 中!)。
So I guess this isn't possible with appcmd. I queried the IIS configuration file directly (luckily the redirects were configured here and not in individual folder web.configs!).