Wählen Sie das Produkt, für das Sie Hilfe benötigen:
HTTP Service cannot be stopped when the Microsoft Web Deployment Service is installedArticle ID: 2597817 - View products that this article applies to. SYMPTOMSConsider the following scenario. You are attempting to stop the HTTP service on a server running Internet Information Services (IIS) 6, 7, or 7.5. The server also has the Microsoft Web Deployment Service (MSDEPSVC) installed. When you try to stop the HTTP service using the NET STOP HTTP command line instruction, the following error message is displayed in the command prompt: The HTTP service is stopping..... The HTTP service could not be stopped. If you run the NET STOP HTTP command again, the following message is displayed: The service is starting or stopping. Please try again later. CAUSEThis problem occurs because the Microsoft Web Deployment Service (MSDEPSVC) depends on the HTTP service, but when the MSDEPSVC is initially installed that dependency is not registered with the Service Control Manager. When HTTP tries to stop, it needs to stop its dependent services as well. However, HTTP is not aware that it needs to stop MSDEPSVC due to the unregistered dependency and therefore the service stoppage fails. RESOLUTION
To have us fix this problem for you, go to the "Fix it for me" section. If you prefer to fix this problem yourself, go to the "Let me fix it myself" section. Fix it for meTo fix this problem automatically, click the Fix it button or link. Then, click Run in the File Download dialog box, and follow the steps in the Fix it wizard. Notes
Then, go to the "Did this fix the problem?" section. Let me fix it myselfTo resolve this problem yourself, copy the following script and run it as a PowerShell script on the server. The script will ensure that all dependencies of the HTTP service are properly registered.Did this fix the problem?
MORE INFORMATIONFor information on how to install Windows PowerShell 1.0 on a Windows Server 2003 server, please see the following link: Windows PowerShell 1.0 English Language Installation Packages for Windows Server 2003 and for Windows XP http://support.microsoft.com/kb/926139
(http://support.microsoft.com/kb/926139)
For information on how to use Windows PowerShell on Windows Server 2003, Windows Server 2008, and Windows Server 2008 R2, please see the following link: Windows PowerShell http://technet.microsoft.com/en-us/library/bb978526.aspx
(http://technet.microsoft.com/en-us/library/bb978526.aspx)
For more information on the Microsoft Web Deployment Tool, please see the following link: Web Deploy 2.0 http://www.iis.net/download/WebDeploy
(http://www.iis.net/download/WebDeploy)
Properties | Article Translations
|


Back to the top







