After moving my application to IIS (from the VS.NET app server) - I get permissions errors when I call my SSIS package from a static method in one of my C# classes.
Package package = app.LoadPackage("c:/folder
/package1.
dtsx",null
);
The error I get is in the flat file connections. I'm really unsure which account ASP.net is using to run this code - so for the time being, I've granted full access to the IIS account and ASPNET account - but to no avail. Can someone assist me thru this sticky deployment issue?
Thanks.
Start Free Trial