Permission to write a file

  • Thread starter Thread starter Hai Nguyen
  • Start date Start date
H

Hai Nguyen

Hi all

I'm coding a Web application which requires to write an XML file into a
folder. I'm wondering other than account Everyone which else I can set
permission so that my application can have the rights to write the file.
 
You have to set permissions on the user that asp.net is working on.
By default it is ASPNET

Regards
Martin
 
Back
Top