How can I allow a web part to create a file on a unc path? I have a location with ntfs permissions set to everyone\full control and am getting 'access denied' messages.
The SP2010 app pool is running as a domain account, so on that basis alone, it should work. I can set the trust level of the SP web application to full, but that seems excessive for this one task. I would prefer not to have to go to the trouble of making an out-of-process web service to get around this.
What is the correct way to handle this?
Update: Still fails with trust set to 'full'.