Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # IT:AppCmd:HowTo:Start and stop Websites # <callout type="Navigation" class="small"> * [[../|(UP)]] {{indexmenu>.#2|nsort tsort}} * See: * [[IT/AD/MSDeploy/HowTo/Start and Stop Websites]] </callout> <panel title="Summary"> During an install process, after making a backup of IIS's metadata, one can stop a website, to ensure once can update the website with a new version. If on the server, one can use [[IT/AD/AppCmd/]] to do it. If working on a remote server, consider using [[IT/AD/MSDeploy/HowTo/Start and Stop Websites]] </panel> ## Process ## <sxh> pcmd stop site /site.name:"Default Web Site" </sxh> <sxh> appcmd start site /site.name:"Default Web Site" </sxh> <sxh> Appcmd stop site "Default Web Site" Appcmd start site "Default Web Site" Appcmd stop site "Default Web Site\XYZ” Appcmd start site "Default Web Site\XYZ" </sxh> ## Resources ## * http://forums.iis.net/t/1155590.aspx/1 /home/skysigal/public_html/data/pages/it/ad/appcmd/howto/start_and_stop_websites.txt Last modified: 2023/11/04 03:37by 127.0.0.1