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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top