I am running some applications in IIS 6, and it is required that I use
the client's credentials, thus negating the use of Anonymous
Authentication. In my development environment, I am running IIS 5 and
I can run the applications using Windows Integrated Authentication, but
when I push the applications into production II 6, the only way I can
get the applications to run is to use Digest Authentication, which
prompts the client for login everytime a piece of information is
retrieved. Any ideas on why I can't use Windows Integrated
Authentication?
Thomas