EF Support in WinHost

Discussion in 'Site Programming, Development and Design' started by Jdash, Mar 15, 2014.

  1. Winhost has the .NET Framework 4.5.1 installed now. But I have a problem with my connection to the database using the connection string:

    <add name="ButterflyCafeEntities" connectionString="metadata=res://*/InvestSMARTModel.csdl|res://*/InvestSMARTModel.ssdl|res://*/InvestSMARTModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=tcp:s10.Winhost.com;initial catalog=DB_66923_butterfly;persist security info=True;user id=DB_66923_butterfly_user;password=********;multipleactiveresultsets=True;&quot;" providerName="System.Data.EntityClient" />

    Can anyone tell me that if there is anything wrong with the connection string, so that the url http://butterflycafe.com.au/Menu/Breakfast cannot display properly?


    Regards,

    Jdash
     
    Last edited by a moderator: Oct 14, 2015
  2. Elshadriel

    Elshadriel Winhost Staff

    I don't see a problem or error message.
     
    ComputerMan likes this.
  3. Solved
     
    ComputerMan and Elshadriel like this.

Share This Page