ASP.NET - I am generating an .XLS file with a DLL, how do I grant permissions for writing to file? (
- by hamlin11
I'm generating an .XLS file with a DLL (Excel Library http://code.google.com/p/excellibrary/)
I've added this DLL as a reference to my project.
The code to save the .XLS to disk is running, but it's encountering a permissions issue.
I've attempted to set full access for IUSRS, Network Service, and Everyone just to see if I could get it working,…