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: Oldest
  1. Luca F 6 Reputation points
    2025-10-16T05:46:18.3266667+00:00

    We experienced the same issue. Installing today's update KB2267602 (Security Intelligence Update for Microsoft Defender Antivirus) resolved it for us after restarting the computer.

    Was this answer helpful?

    1 person found this answer helpful.
  2. AndreasH 0 Reputation points
    2025-10-16T06:22:07.3833333+00:00

    This helped for us, without uninstall

    netsh advfirewall firewall add rule name="Allow Localhost WebSocket" dir=in action=allow protocol=TCP localport=80,443,5884,5885

    restart

    Was this answer helpful?

    0 comments No comments
  3. 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.
  4. 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.