国产日韩在线欧美视频,精品无码久久久久国产,欧美日韩综合在线视频免费看,欧美日韩国产成人在线观看,欧美日韩在线观看区一二,久久精品亚洲精品国产欧美,国产a久久精品一区二区三区

五通學(xué)院

Images

IIS配置導(dǎo)入導(dǎo)出

  • admin
  • 評論

使用管理員身份運行 cmd 命令行窗口1、應(yīng)用程序池:# 導(dǎo)出所有應(yīng)用程序池%windir%\system32\inetsrv\appcmd list apppool /config /xml > c:\apppools.xml# 導(dǎo)入所有應(yīng)用程序池%windir%\system32\inetsrv\appcmd add apppool /in < c:\apppools.xml2、站點# 導(dǎo)出所…

使用管理員身份運行 cmd 命令行窗口

1、應(yīng)用程序池:

# 導(dǎo)出所有應(yīng)用程序池
%windir%\system32\inetsrv\appcmd list apppool /config /xml > c:\apppools.xml

# 導(dǎo)入所有應(yīng)用程序池
%windir%\system32\inetsrv\appcmd add apppool /in < c:\apppools.xml

2、站點

# 導(dǎo)出所有站點
%windir%\system32\inetsrv\appcmd list site /config /xml > c:\sites.xml

# 導(dǎo)入所有站點
%windir%\system32\inetsrv\appcmd add site /in < c:\sites.xml

3、針對單獨的站點導(dǎo)入和導(dǎo)出

# 導(dǎo)出單獨的應(yīng)用程序池
%windir%\system32\inetsrv\appcmd list apppool "應(yīng)用程序池名稱" /config /xml > c:\myapppool.xml

# 導(dǎo)入單獨的應(yīng)用程序池
%windir%\system32\inetsrv\appcmd add apppool /in < c:\myapppool.xml

# 導(dǎo)出單獨站點
%windir%\system32\inetsrv\appcmd list site "站點名稱" /config /xml > c:\mywebsite.xml

# 導(dǎo)入單獨站點
%windir%\system32\inetsrv\appcmd add site /in < c:\mywebsite.xml


掃一掃關(guān)注:五通軟件商城官方微信公眾號

相關(guān)教程

暫無相關(guān)的數(shù)據(jù)...

評論()