I've got a windows service (custom in-house) that needed to be changed from running as Local System to running as Network Service Performing the same change in our test environment was uneventful and ...
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 ...