Managing Users

Discussion in 'ASP.NET 2.0' started by planroomcen, Apr 1, 2008.

  1. I have just built my first site using the log in function with Visual Web Developer 2008 and have no idea how to manage the users now that the site is live. There was an ASP.net configuration manager that was available when I was running the site on my computer that I could view users, add or delete them, etc. Is there any way to run this application from the published website? Or, something simular? Any help would be hugely appreciated!
     
  2. Hi,
    First I've just got to ask...
    Did you create everything with the local Express DB membership roles then move your code to the live site?
    Now, chance being youmay bepast that point...
    Have you seen the Videos for this at http://asp.net?

    Whichever your next step is let me know and I'll do my bestto help.
    Salute,
    Mark
     
  3. Hi Mark,
    Thanks a ton for your reply! I used the login functions in Visual Web Developer Express 2008 but am using MS SQL 2005 database hosted on the discount asp.net server. Thanks for link to the videos, if anything, I'm sure I will learn some interesting stuff from them. I appreciate the help Mark!

    Regards,
    Kevin
     
  4. Glad to help, honestly. [​IMG]

    The videos are awesome but please keep in mind they use SQL Express.
    That has caused some confusion but if you keep that in mind you shouldn't have any trouble.
    Salute,
    Mark
     

Share This Page