• both databases has the same name

    the users are in the configuration file on the network website

    <add name="DefaultConnection" connectionString="Data Source=xxxx;Initial Catalog=aspnet-cxcDB-20130627224632.mdf;User ID=xxxx;Password=xxxxx" providerName="System.Data.SqlClient" />

    <add name="CXCDBConnectionString1" connectionString="Data Source=xxxx;Initial Catalog=CXCDB;User ID=xxxx;Password=xxxx" providerName="System.Data.SqlClient" />

    [Edited by Administrator]