Sql Connection fails for deployment

Discussion in 'Getting started' started by cwchilders, Mar 4, 2011.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified

    Connection works from my local machine to the remote SQL:

    <add name="SqlMyConnectionString" connectionString="metadata=res://*/Models.TheModel.csdl|res://*/Models.TheModel.ssdl|res://*/Models.TheModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;Data Source=sql2k804.discountasp.net;Initial Catalog=SQL2008R2_8XXXX_MYDB;USER ID=SQL2008R2_8XXXXX_MY_USER;Password=mypassword; MultipleActiveResultSets=True&quot;" providerName="System.Data.EntityClient" />

    Why no love from the discountasp.net server(s)?
     
  2. FIX:
    Default Entity ctor was referencing old connect string
     
  3. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

    Thanks for the follow up. :)
     
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