When I call a SSIS package using LoadPackage() from a .aspx page (or windows service), how do I setup permissions for it to work?
Event viewer is reporting a Sql server error:
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. Reason: Failed to open the explicitly specified database. [CLIENT: 192.168.73.118]
How do I give that account access to my sql server?