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.
i speak german and i use c# asp .net mvc
Hi @mdxmatt,
You are trying to connect to a Managed Database, correct? Depending on the Database you are using, there are different ways to connect. DigitalOcean have a pretty good tutorial on how you can do that. You can check it out here :
Additionally, can you confirm this conenctionString from which language is so that I can search for you for possible issues?
Regards, KFSys