KB5066835 update causing IIS Service to not work

Sashi Kumar 405 Reputation points
2025-10-15T10:06:37.1166667+00:00

Recently my local hosted IIS services is not running after the new update. My visual studio projects also can't be run as well. I have to delete the new update in order to run my projects and local hosted services again. May I know what is the problem?

Developer technologies | ASP.NET Core | Other

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

Answer accepted by question author
xavier ubikos 175 Reputation points
2025-10-16T05:23:40.57+00:00

Hi there!

This morning there was a Defender update, I have installed it an now it works!!!

Was this answer helpful?

20+ people found this answer helpful.

50 additional answers

Sort by: Newest
  1. Bhavik Pola 10 Reputation points
    2025-10-16T06:58:31.7966667+00:00

    Resolution Steps Taken

    1. Uninstalling the update using the following command: Run Command in Command prompt run as a Administrator.
    • wusa /uninstall /kb:5066835
    • wusa /uninstall /kb:5066131
    • wusa /uninstall /kb:5065789
    • wusa /uninstall /kb:5064401
    • wusa /uninstall /kb:5065426
    1. Restart the machine after uninstall.
    2. Pausing Windows Updates for 5 weeks to prevent reinstallation.

    100% fix this issue....

    Was this answer helpful?

    0 comments No comments
  2. Bhavik Pola 10 Reputation points
    2025-10-16T06:57:18.7066667+00:00

    Run Command in Command prompt run as a Administrator.

    Resolution Steps Taken

    1. Uninstalling the update using the following command:
    • wusa /uninstall /kb:5066835
    • wusa /uninstall /kb:5066131
    • wusa /uninstall /kb:5065789
    • wusa /uninstall /kb:5064401
    • wusa /uninstall /kb:5065426
    1. Restart the machine after uninstall.
    2. Pausing Windows Updates for 5 weeks to prevent reinstallation.

    100% fix this issue....

    Was this answer helpful?

    0 comments No comments
  3. mumar 20 Reputation points
    2025-10-16T06:37:20.74+00:00

    This is what worked for us:

    Repair the WCF Services installation by re-enabling all associated features. This process forces the system to properly reconfigure the affected components without requiring a full rollback of the Windows update.

    1. Open the Control Panel. You can do this by searching for "Control Panel" in the Start Menu.
    2. Navigate to Programs > Programs and Features.
    3. Click on Turn Windows features on or off in the left-hand menu.
    4. In the list of features, scroll down and expand .NET Framework 4.8 Advanced Services.
    5. Expand WCF Services.
    6. Select all of the WCF Services by clicking the checkbox next to the parent "WCF Services" folder. If any are already checked, uncheck and then re-check them to ensure they are re-enabled.
    7. Click OK to apply the changes.
    8. You may be prompted to restart your computer. It is critical to do this restart for the changes to take effect and for the services to be properly re-registered.

    Was this answer helpful?

    2 people found this answer helpful.
  4. mumar 20 Reputation points
    2025-10-16T06:28:27.29+00:00

    This is what worked for us:

    Repair the WCF Services installation by re-enabling all associated features. This process forces the system to properly reconfigure the affected components without requiring a full rollback of the Windows update.

    1. Open the Control Panel. You can do this by searching for "Control Panel" in the Start Menu.
    2. Navigate to Programs > Programs and Features.
    3. Click on Turn Windows features on or off in the left-hand menu.
    4. In the list of features, scroll down and expand .NET Framework 4.8 Advanced Services.
    5. Expand WCF Services.
    6. Select all of the WCF Services by clicking the checkbox next to the parent "WCF Services" folder. If any are already checked, uncheck and then re-check them to ensure they are re-enabled.
    7. Click OK to apply the changes.
    8. You may be prompted to restart your computer. It is critical to do this restart for the changes to take effect and for the services to be properly re-registered.

    Was this answer helpful?

    2 people found this answer helpful.