Creating/Editing users on Windows XP/2003 with ASP?

Discussion in 'C#' started by blueparukia, Sep 19, 2007.

  1. #1
    I dunno if this is possible or not, but at my school, they have a form that enables you to reset passwords and create users by submitting a form on the internet (localhost:81/resetpass.aspx). As the file extension is .aspx, I assumed ASP.NET. The form is basic - you type in the username into a textbox and press reset, and that user's password is reset to "password".

    Is this posible with ASP or ASP.NET?

    Thanks,

    BP
     
    blueparukia, Sep 19, 2007 IP
  2. MarkusJ_NZ

    MarkusJ_NZ Well-Known Member

    Messages:
    240
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    #2
    Hi, yes, it would be using an ASP.NET webpage and using methods/ objects in the System.DirectoryServices namespace (Google those last three words) by integrating with Microsoft Active Directory (Google that too).

    I hope this is a start :)
    Also see this link http://www.codeproject.com/cs/system/everythingInAD.asp

    Have fun!
     
    MarkusJ_NZ, Sep 19, 2007 IP
  3. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #3
    Thank you very much :)


    But following the link you gave me, do I make that in Visual C# or in Visual Web Devloper? Or can I just make it in Notepad++ and compile it?

    And if you can do it in Visual Web Developer, do you make it a new ASP.NET website or service, and how do you include it in the file?


    Thanks,

    BP
     
    blueparukia, Sep 20, 2007 IP