I am sure there is a workaround to using IIS with windows authentication. That is what I am looking for.
The issue is we have numbers of users in multiple shared domains. Because of this they have to enter their domain name when they log in. They usually don't remember this small detail. I want to be able to give them directions as they log in. Better yet, I would like to have a textbox for them to input 3 things, domain, username, and password then authenticate that against AD and use the windowsidentity for impersonation purposes. I don't want to impersonate the default user like you do when you use forms authentication. So, I want all the goods windows authentication offers but with instructions for logging on.
Eva