grant folder write permission

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

Guest

Hai

I have written a ASP.NET web application which keeps creating files inside a
temp folder inside the Application boundary.

After running the setup created by VS 2003 , I found that I need to
explicitly give aspnet user Full permission to create files/folders inside
the temp folder.

How can I automate my setup to give the Full Permission for that folders and
sub-folders by setup itself ?

Regards , Cheers and Thanks in Advance !!!
 
One option is to use custom action to spawn "cacls.exe" with appropriate
command-line params.

Hai

I have written a ASP.NET web application which keeps creating files inside a
temp folder inside the Application boundary.

After running the setup created by VS 2003 , I found that I need to
explicitly give aspnet user Full permission to create files/folders inside
the temp folder.

How can I automate my setup to give the Full Permission for that folders and
sub-folders by setup itself ?

Regards , Cheers and Thanks in Advance !!!
 

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