What's wrong with my connection string?

Discussion in 'ASP.NET 2.0' started by jeffhallen, Jul 31, 2005.

  1. 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
     
  2. Nevermind - I found the issue and resolved it... thanks
     

Share This Page