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