Reputation: 2744
Hi I'm in need to download a file from a site that requires Forms Auth (through SSL) on a SSIS (SQL Server Integration Services 2008 R2) Script Task.
I'm currently using VB.NET with COM CreateObject("InternetExplorer.Application"), C# code is helping me also.
I've a few doubts,
Any help is appreciated,
Gabriel Guimarães
Upvotes: 1
Views: 1418
Reputation: 4094
You could use Watin. It has a very complete API and great documentation
Upvotes: 2