Can't access my files in ASP.NET web site

Posted by jumbojs on Stack Overflow See other posts from Stack Overflow or by jumbojs
Published on 2009-06-26T05:25:26Z Indexed on 2010/05/06 2:08 UTC
Read the original article Hit count: 238

Filed under:
|
|

I'm having a very difficult time. I am running windows 2008 server, I have an Able Commerce site using ASP.NET with C#. I'm writing an automated task that will ftp some xml files down into a local directory on our web server and then the program parses the xml file and saves information to our database. The problem, once I save the files to our local directory, my program has no access to the files. The NETWORK SERVICE user permissions isn't being inherited by the xml files so my program can't do anything with them. I can manually change the permissions, but this wouldn't be automated and won't work. How can I get this to work? help please, it's very frustrating.

© Stack Overflow or respective owner

Related posts about file-io

Related posts about ASP.NET