Unable to connect to SQL Server on Azure from application

  • Am I doing something wrong with the connection string.

    My present connection string is

    <connectionStrings>Data Source=exdb.cloudapp.net;Initial Catalog=DB1;User Id=sa;Password=xxxxx;</connectionStrings>

  • Have you changed the endpoint in azure to allow the traffic?

  • Yes, I have changed the endpoint on Azure . I am able to connect to the DB from my local using SSMS & Visual Studio. But the App is not able to connect to the DB.

Viewing 3 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply