Using the new security features with a migrated ASP.NET 1.1 app

Discussion in 'ASP.NET / ASP.NET Core' started by derivativeo, Apr 26, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I recently migrated over an ASP.NET 1.1 app to 2.0. The app has an associate SQL server 2000 database which I plan on keeping. I would however like to use the new security features ( memebership provider etc) which seem to require a dedicated sql server 2005 database. How can I go about setting this up on my DiscountASP server - do I need to order a second database and how can I configure the app on the server to use the new providers? (I have had a hunt around but can find very little documentation on using the new security features for a migrated app which also uses a SQLServer 2000 database).

    tks
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    1) You can host the ASPNET Application DB on either SQL 2k or 2k5.

    2) From a technical perspective, you do not need a seperate SQL database to store the aspnet application db schema (as long as you do not have any name conflict on the objects)

    3) See http://kb.discountasp.net/article.aspx?id=10413 for more instruction on how to set up membership db

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
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