We have an ASP.NET website set up on IIS 6.0/Win2003 server with
Integrated Windows Authentication. The users accessing the site
obviously have an account in our domain that we want them to log in
under, but some are already logged in to their own local network
domain.
Unfortunately, when they access our site, it appears that their 'local'
domain credentials are passed for authentication and understandably
fail. But the user is then denied access with a 401.1 error without
being shown the username/password dialog box, so they never have to the
chance to enter valid values.
Is there any way we can trigger the display of the username/password
dialog box in these circumstances?
TIA,
Dave.