ASP.NET Configuration tool

Discussion in 'Databases' started by lukesb, Nov 17, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi

    Is it possible to add users using the ASP.NET configuration tool to the database on the server, not local on my PC..?

    I don't want any facility on my site to manage users, I want it all done using the ASP.NET configuration, but don't want to add them offline and then replace the mdf as I will lose data that's on my database on the server...

    Hope this makes sense..!

    Cheers

    Luke
     
  2. Hi,
    It makes sense. ;-)
    I'd recommend you look in the learning section of the ASP.NET site and write a tool for managing users. You can find samples on Codeplex too no doubt.
    To use the GUI locally you will have a nightmare on your hands.
    It can be used but as you noted you will be messing things up. (For lack of a better term)
    All the best,
    Mark
     
  3. Hi Mark

    Thanks for that. I will have a look then. I thought I was going to have to keep copying databases back and forth after I created a user...

    Cheers..!

    Luke
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page