Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法使用命令提示符获取 IIS 中特定网站下的虚拟目录列表?
我能够使用 C# 执行该任务,但我有一个特定的要求——我需要使用命令提示符列出网站下的所有虚拟目录。
appcmd list vdir /app.name:[sitename]/
将[sitename]替换为您的站点名称。
有关详细信息,请查看Microsoft Technet。