我的azure应用程序成功地与azure sql数据库一起运行,但现在我希望使用我自己的数据库服务器来运行云应用程序,因为它们的数据安全性。为此,我们可以使用云应用程序从我们自己的系统建立本地数据库连接,并使用以下链接通过以下步骤完美地连接到我的数据库。i try to run my cloud application using cloud url like xxx.cloudapp.net getting an error like
建立与SQL</em
1)如果我用我的ASP.NET应用程序和SQLserver数据库设置了一个云服务器,而服务器宕机了,我的应用程序会自动转移到新的云服务器上并继续运行吗?或者,我是否需要手动将数据移动到新的云服务器?3)我仍然可以在云服务器上进行远程桌面访问吗?4)除了Azure for Windows托管,您还推荐其他云托管提供商吗?
Verify that the instance name is correct and that SQLServer is configured to allow remote connections(provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
DescriptionVerify that the instance name is correct and that SQ