I use C# (.NET) to run a SSIS Package. This package contains a script task. The package runs without problems, but the script task is not executed.
I read on the Internet that this has something to do with rights on the folder. But I don't know which folder and which user.
I only use .NET to run this package, so SQL Server isn't used.
What can I do to make this work?