I (unfortunately) have an older SP 2003 site and in the past it has
used a separate application (.net 1.1) to redirect users to the site,
which users Windows authentication and the AD pop-up window appears.
Now we need to change to have the user/pwd on the login app and pass
that through to the SP site. In every browser but IE the formula
http://user:password@spsite.com works great. Of course you need to set
a registry key to get this to work in IE, which is (again,
unfortunately) 90% of our user base.
Can I login to AD and then just redirect to the site? Does anyone have
any ideas of how to do this?