Results 1 to 3 of 3

Thread: windows Domain Logging?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2004
    Location
    india
    Posts
    95

    windows Domain Logging?

    hi,
    i want to create an application, which takes the authentication when the user log in to his/her system. It means whenever he opens my web application (after logging in to his windows) he should view only his alloted pages.

    how to implement this in .net? Any body having the idea about taking the windows domain login information and processing with web application.


    thanking you

    v.r.mahendran

  2. #2
    Hyperactive Member vbud's Avatar
    Join Date
    Jan 2002
    Location
    Mru 20 17S, 57 33E Goal: Get out of the BOX Status: In The Shadows!!! Target Posts: 3,000,000,000
    Posts
    378

    Re: windows Domain Logging?

    try having a look at system.Security.Principal, maybe this can help.
    >!v!<
    Free your mind, stop thinking
    http://inspirone.blogspot.com

    Please rate this post if it helped you

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: windows Domain Logging?

    In IIS, set Windows authentication on your virtual directory.

    You can then look at the username using User.Identity.Name

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width