Iis
如何使用 appcmd.exe 獲取目前的物理路徑站點
我們想使用 appcmd.exe 獲取站點的目前物理路徑。
如何通過站點名稱或應用程序池名稱辨識站點的物理路徑。
我能夠使用以下命令解決問題:
%systemroot%\system32\inetsrv\AppCmd.exe list app /site.name:"example.com" /path:"/" /xml | %systemroot%\system32\inetsrv\AppCmd.exe list vdir /in /text:physicalPath