Share via

IIS application issue

SRIRAM A 10 Reputation points
2025-09-03T07:16:39.4033333+00:00

I installed IIS but it didn't shows the application pool and sites in my windows 11.
Also, i checked www service running in services.
Screenshot 2025-09-03 124250.png

Screenshot 2025-09-03 123915.png

kindly check and let me know.

Windows development | Internet Information Services
0 comments No comments

2 answers

Sort by: Most helpful
  1. Victor Vega 0 Reputation points
    2025-09-03T19:42:50.44+00:00

    The answer is not correct, i have pc windows 11 the feature not appear, but working IIS.

    Was this answer helpful?

    0 comments No comments

  2. Damien Pham (WICLOUD CORPORATION) 1,755 Reputation points Microsoft External Staff Moderator
    2025-09-03T07:39:54.94+00:00

    Hello SRIRAM A,

    I see that application pools, sites, and applications are missing from IIS Manager after the recent Windows update. This issue appears to be caused after the recent windows update and can be cause by several factors:

    • Configuration version mismatch – In some cases the administration.config file under C:\Windows\System32\inetsrv\config remains on an older schema (e.g., 8.5) while IIS updates to 10.0. Updating or regenerating this file can restore the IIS console. You can check for the version at the path C:\inetpub\history
      The user in this question (https://learn.microsoft.com/en-us/answers/questions/5542039/how-to-fix-iis-manager-ui-after-windows-update-(au) ) experienced the same issue as your and fixed it by correcting the version mismatch
    • Security software interference – Antivirus tools may block IIS components during updates. Temporarily disabling them, reinstalling IIS features, and rebooting often resolves it.
    • Corrupted or missing config files – If applicationHost.config or administration.config are corrupted, restoring from backup or reinstalling IIS may be required.
    • Group Policy or scripted removal – Some environments automatically disable IIS after updates. Confirm no policies or scripts are enforcing this.
    • System corruption – Running sfc /scannow and DISM /Online /Cleanup-Image /RestoreHealth helps repair OS components that may impact IIS.
    • If the above steps don't work, you can consider reinstalling IIS.

    I hope this helps you get things back on track quickly!

    Thank you!

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.