Connecting ASPNETDB.MDF to Discount SQL2005

Discussion in 'Databases' started by wdarnellg, Dec 2, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have it all fixed.
    Thanks Joel.




    Post Edited (wdarnellg) : 12/3/2006 1:53:18 AM GMT
     
  2. <add name="ASPNETDBConnectionString" connectionString="Data Source=.\SQL2005;AttachDbFilename=|DataDirectory|\ASPNETDB.MDF;Integrated Security=True;User Instance=true" providerName="System.Data.SqlClient"/>

    this looks like a connection to a sql express database. get rid of this entry.


    and why am i seeing this in your connection string? "&amp;#xA; &amp;#xD;&amp;#xA;" ?


    Joel Thoms
    DiscountASP.NET
    http://www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page