iis7.0命令行下列网站的物理目录的代码
程序员文章站
2022-09-25 22:46:48
cd %systemroot%\system32\inetsrv\ 如果您运行的是 64 位 windows,请从 %windir%\system32\inetsrv 目录...
cd %systemroot%\system32\inetsrv\
如果您运行的是 64 位 windows,请从 %windir%\system32\inetsrv 目录而不是 %windir%\syswow64\inetsrv 目录中使用 appcmd.exe。
c:\windows\system32\inetsrv>appcmd list vdir
vdir "default web site/" (physicalpath:%systemdrive%\inetpub\wwwroot)
vdir "default web site/perlex/" (physicalpath:c:\perl\eg\perlex)
vdir "test/" (physicalpath:c:\inetpub\other)
vdir "test/t" (physicalpath:c:\inetpub\other)
可惜了,要管理员权限.
如果您运行的是 64 位 windows,请从 %windir%\system32\inetsrv 目录而不是 %windir%\syswow64\inetsrv 目录中使用 appcmd.exe。
c:\windows\system32\inetsrv>appcmd list vdir
vdir "default web site/" (physicalpath:%systemdrive%\inetpub\wwwroot)
vdir "default web site/perlex/" (physicalpath:c:\perl\eg\perlex)
vdir "test/" (physicalpath:c:\inetpub\other)
vdir "test/t" (physicalpath:c:\inetpub\other)
可惜了,要管理员权限.