Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • i have already used the same thing as you mentioned but an error occur of "Server" keyword. Commented Mar 17, 2016 at 7:06
  • ok the code that you have pasted above shows connectionString="Server=tcp:northwndtestserver,1433... and not Server=tcp:northwndtestserver.database.windows.net,1433, so I thought that was the problem Commented Mar 17, 2016 at 8:05
  • i omitted some code due to security. so this is not the problem. Commented Mar 17, 2016 at 9:42
  • <connectionStrings> <add name="HealthzDatabaseEntities" connectionString="Data Source=tcp:healthzdatabaseserver.database.windows.net,1433;Database=healthzdatabase;User ID=healthzadmin@healthzdatabaseserver;Password=*****;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;" providerName="System.Data.EntityClient" /> </connectionStrings> Commented Mar 21, 2016 at 4:38