Hi,
Can I set a default domain when using Integrated Windows Authentication? If I choose Basic Authentication under the Directory Security tab, I am allowed to choose a default domain that users are authenticated against, but I'd rather use Integrated Windows Auth. However, if I choose Integrated Windows Authentication, it defaults to the local web server that the site is running on. So, when users get prompted to log in, they have to remember to put the domain in front of their login name, which I'd like to avoid. This is for an intranet application written in ASP.NET 2.0 running on IIS 5/Windows 2000 web server authenticating against Active Directory.
Thanks,
AS