I uploaded my SQL 2005 express database to the SQL 2005 add on I paided for. I used the attach tool and it says it attached but I can not see the database to confirm. The error I get is Login failed for user 'SQL2005_310271_churchgrowth_user'. I tried modifying my web config file. I get the logon page and can go no futher. I pasted the connection string that I got from your knowledge base and my SQL 2005 management page. Larry <connectionStrings> <remove name="LocalSqlServer" /> <add name="LocalSqlServer" connectionString="Data Source=tcp:sql2k505.discountasp.net;Initial Catalog=SQL2005_310271_churchgrowth;User ID=SQL2005_310271_churchgrowth_user;Password=******;" providerName="System.Data.SqlClient" /> </connectionStrings>
It seems that your password are incorrect.Try reseting your password using your Control Panel>Database Management(MS SQL 2005)>Login Manager. Vikram DiscountASP.NET www.DiscountASP.NET
You might also want to try the following: Yours: Data Source=tcp:sql2k505.discountasp.net; Revised: Data Source=sql2k505.discountasp.net;
Create a support ticket if you still have problem. This is kinda difficult to troubleshoot in open forum. Bruce DiscountASP.NET www.DiscountASP.NET