|
-
Oct 1st, 2007, 04:23 PM
#1
Thread Starter
Lively Member
[2005] Understanding Admin Rights To Config
The xml config file in the bin/release or bin/debug folders store the application scoped settings. To my knowledge these settings are read only at runtime, unless you have admin rights and write to the xml file directly.
If I create my project on a pc called jeffpc then if you go into the security tab of the file properties of the config file you will see something like Administrators (jeffpc\administrators).
My question is when I install it on a client machine , say clientpc, will administrators on that machine automatically have rights or will I have to explicity grant permission because now they are in the group clientpc\administrators instead of jeffpc\administrators?
-
Oct 1st, 2007, 07:02 PM
#2
Re: [2005] Understanding Admin Rights To Config
By default, administrator account has full control on pretty much everything but some system files... So when you install your application on clientpc machine, the clientpc\administrators group will automatically have full control of the file.
-
Oct 1st, 2007, 07:16 PM
#3
Thread Starter
Lively Member
Re: [2005] Understanding Admin Rights To Config
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|