Question about the membership database

Discussion in 'Databases' started by likeuclinux, Mar 28, 2010.

  1. I have basic plan, so does that means I have to merge the membership database into the application one, can I use the membership db as user instance, kind like following:

    <add name="LocalSqlServer" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient"/>

    Best Regards
     
  2. Ray

    Ray

    Last edited by a moderator: Oct 14, 2015
  3. thanks you for information

    Not a problem, I manage to merge into one database
     

Share This Page