我在本地系统上有两个项目,一个用于web api服务,另一个用于Cordova phonegap ui。出于测试目的,我同时运行两个项目,并使用phonegap应用程序中的服务项目的URL来调用服务,一切正常。我正在使用sql server数据库。
现在,我只在Microsoft azure上添加了我的数据库,并且我在本地系统上的web api项目中使用了azure数据库连接字符串,但仍然一切正常,我能够将数据存储在azure数据库中。
现在,我在azure上添加了我的web api,现在我在我的cordova应用程序中使用服务器api服务URL来调用azure服务。
给我500错误message=A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
我需要更改以从我的本地phonegap应用程序调用我发布的azure网络服务?