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.

3
  • Where is your database located? Is it a Azure SQL database or on a VM? Commented Mar 17, 2016 at 5:51
  • At Azure SQL database Commented Mar 17, 2016 at 5:56
  • Can you paste your actual connection string? Instead of deleting the sensitive parts of the string can you just replace them with asterisks or something? The current obfuscation makes it harder to figure out what weirdness is from you removing sensitive stuff versus what you've actually done worng. For example, you've got some weird stuff like 'TrustServerCertifi cate' which just looks wrong Commented Mar 17, 2016 at 19:12