A couple things to change/check:
1. Don' t use mapped drives. Mapped drives aren't restored in a user-profile-less session, regardless of who you're "running as" in ASP.Net. Use UNCs instead. Notes on running SSIS packages remotely: http://msdn.microsoft.com/en-us/library/ms403355.a spx
2. Make sure you have SSIS tools installed on the ASP.Net machine - because that's where you're ...



