我一直在处理 localhost 和我的 ajax 请求
$.ajax({
url: '@Html.Raw(Url.Action("IdentityProviders", "Account", new { serviceNamespace = "traffictheory", appId = "http://traffictheory.cloudapp.net/" }))', ...
工作得很好。
但在部署服务器(Windows Azure 云服务)上,url 为空:''
我不知道从哪里开始调试。