iis windos authentication way to turn off password prompt
Posted
by
Ellery Newcomer
on Super User
See other posts from Super User
or by Ellery Newcomer
Published on 2013-11-09T15:36:23Z
Indexed on
2013/11/09
15:58 UTC
Read the original article
Hit count: 243
iis
IIS noobie here.
I have an intranet website hosted by IIS (6? I'll check after the weekend) that is set to Windows Authentication. Whenever there is some sort of authentication failure, the website gives the user a windows account sort of password prompt and doesn't display a 403 (or 401 or whatever) page unless the user cancels the prompt. However, entering a password is never, ever a use case for this website.
Is there a way to turn off the password prompt and just display the error page? Bonus: are there any good hooks for this precise point for code that would do diagnosis and logging?
© Super User or respective owner