Internet Information Services - IIS

Paulo Gabriel 0 Reputation points
2026-07-24T14:20:56.26+00:00

I’m having issues with several of my clients that are preventing me from changing any information within IIS. Does anyone know how to solve this problem and why it is caused?

"Filename: \?\C:windows\system32\inetsrv\config\applicationHost.config
Error: Cannot write configuration file due insufficient permissions"
User's image

Windows for business | Windows Client for IT Pros | Devices and deployment | System management components
0 comments No comments

1 answer

Sort by: Most helpful
  1. HLBui 11,095 Reputation points Independent Advisor
    2026-07-24T16:14:03.1266667+00:00

    Hi Paulo Gabriel

    That error usually pops up when IIS doesn’t have the right permissions to modify its own configuration file specifically the applicationHost.config under C:\Windows\System32\inetsrv\config. It’s often caused by running IIS Manager without admin rights or by restrictive NTFS permissions on that file or folder.

    • Run IIS Manager as Administrator right‑click the shortcut and choose “Run as administrator.”
    • Check file permissions make sure the Administrators group and SYSTEM account have full control over that config file.
    • Verify UAC settings sometimes User Account Control blocks write access even for admins.
    • Restart IIS services after fixing permissions to ensure changes take effect.

    If you’re managing multiple client environments, it’s worth confirming each one’s local admin rights and group policy settings those can differ and cause this headache. Hope that clears things up

    Was this answer helpful?

    0 comments No comments

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.