Question subject: connect SSIS package with ASP.net
Posted: Sun Jul 19, 2009 11:12 pm
Joined: Sun Nov 16, 2008 12:19 pm Posts: 6 Has thanked: 0 time Have thanks: 0 time
i need help to connect SSIS package with ASP.net
i use This code but it show mee Failure
using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Collections.Generic; using System.Text; using Microsoft.SqlServer.Dts.Runtime;
public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) {