I have a few machines that for some reason won't allow the user (domain user, local user, etc.) the access the machine.config file in the v[.NETversion#]/CONFIG folder. I want to modify the machine.config for this machine, but I get access denied when I try to open the file.

I'm guessing it is a local security policy that is requiring the user be at least a local admin to read/modify this file. Any ideas? It's not group policy, because all users are subject to the same GPOs.

Thanks in advance!

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

It's probably just an NTFS ACL. Have you looked at the permissions assigned to the file yet? The only way that "Security Policy" can affect permission to modify files is through modifying NTFS ACLs.

link|improve this answer
I should have specified that. I did look at that, and even set a particular user with full control. I still get access denied with that. The only way to get access to the machine.config is to be a local admin. NTFS permissions tell me I should be granted access, but it gives me access denied still. – Shark May 19 '11 at 21:08
@Surfer513: How are you accessing the folder remotely? Thru the "\\computer\c$" share? – Evan Anderson May 20 '11 at 6:31
It's actually a ClickOnce application that is trying to access it. – Shark May 27 '11 at 16:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.