The answer is not correct, i have pc windows 11 the feature not appear, but working IIS.
IIS application issue
SRIRAM A
10
Reputation points
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
2 answers
Sort by: Most helpful
-
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.configfile underC:\Windows\System32\inetsrv\configremains 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.configoradministration.configare 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 /scannowandDISM /Online /Cleanup-Image /RestoreHealthhelps 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!
- Configuration version mismatch – In some cases the