Set FullControl for a folder

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I need to set FullControl rights for
the user ASPNET for a specific folder.
Does anyone please have an idea how
to do it?

Thanks,
Avi
 
If you're admin of the machine, right-click on the directory and choose the
security tab. Hit the "Add" button and add in the ASPNET user. Then check
the FullControl checkbox. If you're not admin on the machine, you'll have
to coerce them into doing this for you.

-Brock
DevelopMentor
http://staff.develop.com/ballen
 
Oops... :)

I forgot to say that i need to do exactly what
you described programmatically.

Is there a way to do it in C#?

Thanks,
Avi
 
Back
Top