If I need to read/write/delete files from the local file system via an App Pool running as NetworkService, do I need to explicitly provide NetworkService with NTFS permissions to do so? So far it ...
I've got a web app that requires a user to specify the path to a datasource (xml) file for processing. Instead of doing a file-upload inside of an ASP.Net page and actually transferring the XML file ...