I am trying to use a DTS package from c#.net application and it appears to be working until it trys to write to a network location. I am sure this has to do with permissions of the user but I can not tell what user the DTS is package is executing under. Is there a standard users that it will run under? Is there a way to tell the DTS package to be a certain user so that when it tries to write the file it would be a valid domain user?
Thanks for any help on this.
Jennifer