Hi everyone,
I hope that someone is able to help.
We've an IIS site that's using Windows Authentication for all users. As this uses a different domain, all users have to enter credentials into the usual Microsoft popup. The sites on the IIS are then authenticated and all works perfectly.
We'd like to introduce a better looking logon page for the site. Is it possible to add a web form in an Anonymous or Forms authenticated part of the site and then get the credentials that the user enters passed to the Windows Authentication part of the site? We really can't use forms authentication for the whole site as this would seriously destroy the way the websites work.
Thanks for any suggestions.
Andy.