I would suggest taking a look at xp_cmdshell and using it to run dtsrun
from within a stored procedure. Take a look in BOL for information about
dtsrun.
The two biggest hurdles in an ASP.NET environment are keeping the call
authenticated and authorized. You'll want to look at running the
ASP.NET process under a well known account, or using impersonation.