Author: tiwas | Posted on: 9/15/2010 1:53:41 AM | Views : 1053

Hi,
I'm really struggling to set up membership for a new site and was hoping you could help me out. I've set up the database using aspnet_regsql.exe and I can connect to the db with the connectionstring I've set up. The WSAT, however, says "there's some kind of error" without specifying anything. The weird thing is that I've even tried copying the contents of an "old" site and just changing the parameters of the connection string, but still no luck.
Thankful for any help!
<?xml version="1.0"?>
<configuration>
<connectionStrings>
<add name="EcotechConnectionString"
connectionString="Data Source=.\sqlexpress;Initial Catalog=Ecotech;Persist Security Info=True;User ID=EcotechUser;Password=prince44"
providerName="System.Data.SqlClient" />
</connectionStrings> Go to the complete details ...