Re: ASP.NET and integrated Authentication
From: Scott Allen (bitmask_at_[nospam)
Date: 08/23/04
- Next message: Brad Roberts: "RE: executing a hyperlink"
- Previous message: IGotYourDotNet: "RE: Deployment on 2 servers"
- In reply to: Mohamed Zaki: "ASP.NET and integrated Authentication"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 23 Aug 2004 09:56:19 -0400
Hi Mohamed:
Are you using impersonation? There is a one-hop limit for the
credentials when using impersonation unless you enable kerberos
delegation. The credentials make one hop from the browser to a remote
web server, then the web server cannot make a second hop with those
credentials to the AD server. You might consider running the web
application uinder a domain account instead of the local ASPNET
account.
-- Scott http://www.OdeToCode.com On Mon, 23 Aug 2004 11:01:06 +0300, "Mohamed Zaki" <m_o_z_a_k_i@link.net> wrote: >Dear All, > >I developed asp.net application that using integrated security, i'm getting >the logged on username from "User.Identity.name" and using directoryservices >namespace to get the user information from the domain, the problem now that >when i start the machine or restart iis and try to access my web application >through any remote machine i get errors, but if i restarted the iis and >opened the web application locally "using the localhost alias" the web >application opens fine then all the users over the network can open the web >application, however i think it's releated to the account that being used to >access the active directory to retrieve the information. > >is any one faced this problem ?! > >Regards, >Mohamed >
- Next message: Brad Roberts: "RE: executing a hyperlink"
- Previous message: IGotYourDotNet: "RE: Deployment on 2 servers"
- In reply to: Mohamed Zaki: "ASP.NET and integrated Authentication"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|