Web Site Administration Tool

Discussion in 'ASP.NET / ASP.NET Core' started by jayd_21, Jun 3, 2008.

  1. Iused Microsofts Small Business Kit to create a sample site. This kit comes with a DB, when I used the Web Site Administration Tool to setup security/login it generated a new DB, so now there are 2 DB's.Why did the Administration Tool generate a new DB? It should be possible to use just 1 DB, correct?If it's possible to use just 1 DB how do Ikeep the Administration Tool from createing a newDB?Thanks Jay
     
  2. Hi,
    Typically the script can be edited so the actions are running against the default DB.
    Open it in any text editor or SQL Server itself.
    If you need help with the SQL just post here.
    Salute,
    Mark
     
  3. This is the default behaviour of Visual Studio. To use a different database, you will need to customize the membership and roles providers in the web.config. Specify the default connection string to the same one as the small business kit database.

    Aristotle

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page