Question
i can not connect my Database to my webservice
This is mein connectionstring =>
<connectionStrings>
<add name=“HealthBookConnectionDB” connectionString=“Server=public……;
port=25060;Database=HealthBook;User Id=essome08;Password=........;SslMode=Require;Trust Server Certificate=True;ssl=true;” providerName=“System.Data.EntityClient” />
</connectionStrings>
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×