又黄又爽的成人免费网站,亚洲欧美不卡中文字幕,亚洲国产福利精品一区二区,芊芊毛片免费在线观看视频,最新亚洲国产有精品,午夜福利永久国产在线视频,中文字幕天天躁日日躁狠狠

五通學(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ù)...

評論()