I am trying to write my first Azure application with Visual Studio 2008. Whenever I open a solution in a cloud project, I get a SQL Server error message This problem is with development environment / SDK configuration before getting me an exception, or even a line of code Wrote I'm not trying to connect to SQL Ezur, or for any other SQL database that I know. Error:
A network-related or instance-specific error has occurred when setting up a connection to SQL Server. The server was not found or was not accessible. Verify that the example name is correct and SQL Server is configured to allow remote connection. (Provider: Named Pipes Provider, Error: 40 - Can not open Connection to SQL Server) I have come to know why this is the situation, but I did not understand the view The studio is trying to do this.
Is this SQL connection a SQL Ezur connection? If so, there is a firewall in SQL Azure, and by default, all incoming connections are blocked You must add your IP address (or a range containing your IP address) to the "allowed" list. You can easily do this in the SQL Azure portal.
Comments
Post a Comment