Avoiding NTLM challenge prompts
From: fooshen (fooshen2000_at_yahoo.com)
Date: 06/25/03
- Next message: adam: "how to get User ntlogin"
- Previous message: MS News: "Share a Folder"
- Next in thread: Matjaz Ladava: "Re: Avoiding NTLM challenge prompts"
- Reply: Matjaz Ladava: "Re: Avoiding NTLM challenge prompts"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 25 Jun 2003 03:24:42 -0700
Hi,
I'm having trouble with multiple NTLM login prompts with my
applications.
Let me explain the situation:
I have an asp.net application, hosted in WebServer1, with only Windows
Authentication selected in IIS for the application. A page in the
application has an iframe to another asp.net application, hosted in
WebServer2.
Both applications has <authentication mode="Windows" /> set in
Web.Config, and both servers are in the same Windows 2000 Domain.
When a user logs in to a client machine (win2k pro) using a local
login (not domain login), whenever the page is accessed, there will be
two prompts for password (first from WebServer1, and next from
WebServer2 because the iframe is accessing a page in WebServer2).
Is it possible, to bypass the second prompt? If the user has
identified him/herself in the first challenge, can I pass the
credential to the second server? I am looking at Kerberos Delegation
and also using NetworkCredential class, though I am not clear what I
should do about it. Any help and pointers is very much appreciated!
Thanks in advance,
-fooshen.
- Next message: adam: "how to get User ntlogin"
- Previous message: MS News: "Share a Folder"
- Next in thread: Matjaz Ladava: "Re: Avoiding NTLM challenge prompts"
- Reply: Matjaz Ladava: "Re: Avoiding NTLM challenge prompts"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|