Word Wide Web Publishing service keeps stopping

Abdurazaaq M 1 Reputation point
2021-06-29T10:18:01.897+00:00

I need some help. My Word Wide Web Publishing Service (W3SVC) keeps stopping and I have to start manually.

I am running IIS(version 10.0.19041.1) on Windows 10. My IIS server keeps stopping when the service is stopped.

Internet Information Services
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Sam Wu-MSFT 7,041 Reputation points Microsoft Vendor
    2021-07-05T09:32:40.103+00:00

    Hi @Abdurazaaq M

    You can also try this solution to solve the error:

    1. Run -> appwiz.cpl -> Turn windows features on or off -> Uncheck "Internet Information Services" and "Windows Process Activation Service"
    2. Restart your machine.
    3. Run -> appwiz.cpl -> install both "Internet Information Services" and "Windows Process Activation Service"

    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

  2. Sam Wu-MSFT 7,041 Reputation points Microsoft Vendor
    2021-06-30T05:55:06.007+00:00

    @Abdurazaaq M

    Did you get any error message?

    First verify that the World Wide Web Publishing Service is not disabled. The World Wide Web Publishing Service is disabled or missing.

    or you can try to kill the service from administrative command prompt using below command and then restart the IIS.

    Taskkill /F /FI "SERVICES eq W3SVC"  
    

    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  3. evilavatar 1 Reputation point
    2021-07-27T15:45:50.413+00:00

    Are you having the issue on windows 10? I have had it reported and am looking into it it might be related to a windows 10 update.


  4. Eddie Lam 1 Reputation point
    2022-01-31T18:02:05.933+00:00

    I experienced the same problem, i am running with windows server 2019, I have bulked generation of 10000 webdav applications, it runs normally in windows server 2008, however, after migrated to windows server 2019, the WAS and W3SVC service is keep stopping after start the webdav and website.