Help required to configure IIS to use Active Directory Authentication

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Re: Help required to configure IIS to use Active Directory Authentication

    hi
    I urgently need the way how to change the password my pc which is far from me using active directory services which is not connected to any local network from the former
    Thanks


    ---
    Posted using Wimdows.net NntpNews Component -

    Post Made from [url]http://www.DotNetJunkies.com/newsgroups[/url] Our newsgroup engine supports Post Alerts, Ratings, and Searching.
    vineetis@-NOSPAM-engineer.com Guest

  2. Similar Questions and Discussions

    1. Asp.Net Forms authentication using Active Directory
      Hi. I am using forms authentication in ASP.Net against Active Directory. I have followed the example provided by Microsoft. Here is my problem....
    2. Authentication against active directory
      Hello I am developing a ASP.NET site (using VB). I found some code that allows me to authenticate the user trying to access the site against the...
    3. Forms Authentication with Active Directory using vb.net
      I have seen many examples of form authentication using c#. Can someone point me to a sample using vb.net. I would like to use WinNT://domain,...
    4. Active Directory Authentication in ASP
      I have been attempting to find a script that works in a variety of AD implementations to authenticate a user from a form in ASP. After many failed...
    5. Authentication on Active Directory
      How do I autheticate using a <FORM> and C# on Active Directory? Thanks in advance
  3. #2

    Default Re: Help required to configure IIS to use Active Directory Authentication

    Assuming you want to use ASP.NET, you should check out this sample:

    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sds/sds/managing_user_passwords.asp?frame=true[/url]

    You may also need to read this to get ASP.NET-specific issues with S.DS:
    [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;329986[/url]

    Joe K.

    <vineetis@-NOSPAM-engineer.com> wrote in message
    news:OWzV5lxYEHA.3596@tk2msftngp13.phx.gbl...
    > hi
    > I urgently need the way how to change the password my pc which is far
    from me using active directory services which is not connected to any local
    network from the former
    > Thanks
    >
    >
    > ---
    > Posted using Wimdows.net NntpNews Component -
    >
    > Post Made from [url]http://www.DotNetJunkies.com/newsgroups[/url] Our newsgroup
    engine supports Post Alerts, Ratings, and Searching.


    Joe Kaplan \(MVP - ADSI\) Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139