windows authentication

Last post 08-08-2007 7:52 AM by XiaoYong Dai – MSFT. 1 replies.

Sort Posts:

  • windows authentication

    08-07-2007, 12:14 AM
    • Member
      1 point Member
    • muugii
    • Member since 08-01-2007, 9:41 AM
    • Posts 4

    Thanks. I configured my web application as below. But when i access another computer, popup which shows login  appears. I checked only "Integrated Windows Authentication" checkbox in IIS. What to do now? Also i need C# code example of windows Authentication.  Also i think that my domainname\username must be stored in database of web application which i want to access. By doing that if my domainname\username is stored in the database my session is created. Otherwise i have to log in.

     <

    system.web>

    <

    authentication mode="Windows"/>

    <

    identity impersonate="true" />

  • Re: windows authentication

    08-08-2007, 7:52 AM
    Answer

    Hi 

    Impersonating the authenticated user with Integrated Windows Authentication can have problem accessing network resources (e.g. database, file share). This is known as “double-hop” .

    You may get multi-hop to work by setting up Keberos delegation like this,

    http://forums.asp.net/t/1128040.aspx

     

    Best Regards
    XiaoYong Dai
    Microsoft Online Community Support

    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Page 1 of 1 (2 items)