PDA

View Full Version : What's wrong with my connection string?


jeffhallen
07-31-2005, 04:00 AM
Hi,

Trying to run the personal Web Site started kit on the beta servers. Already ran the scripts and the ASPNET_REGSQL against my SQL Server 2000 database on the server.

Here are the current settings in the Web.Config file:




<connectionStrings>


<add name="Personal" connectionString="Data Source=[mssql07];Initial Catalog=DB_117343;User ID=MyUserName;Password=********"/>


<remove name="LocalSqlServer"/>


<add name="LocalSqlServer" connectionString="Data Source=[mssql07];Initial Catalog=DB_117343;User ID=MyUserName;Password=********"/>


</connectionStrings>


Can someone please verify the code above? I want to be sure that all is ok in the Web.Config before I venture off to see if the database is the culprit.


Thanks, in advance, for your help!!


Jeff Allen

jeffhallen
08-01-2005, 08:20 AM
Nevermind - I found the issue and resolved it... thanks