I am having issues with my IT team and they are unaware of how to handle my request. I have asked them to add Network Service to a folder that my asp.net site needs to have access to in order to open an excel template and populate it with data. I have been trying to get this done for multiple weeks now and I am very frustrated.
So here is my question. I have looked online and cannot find a way to do this. If I were to put the template file in my website, as a folder like an image, is there a way to dynamically reference that template in code behind? That way the application has access to the file. The user is saving the report to their own folders, so I don't ever need them to have access to the file directly.
Please advise. Any suggestions will help.