我正在将Azure移动应用程序部署到部署插槽,并在Xamarin iOS中收到以下错误。
500无法完成请求(内部服务器错误)
我做了以下事情:
<customErrors mode="Off" ></customErrors>
<?xml version="1.0" encoding="utf-8"?>
<ApplicationInsights xmlns="http://schemas.microsoft.com/ApplicationInsights/2013/Settings">
<TelemetryInitializers>
<Add Type="Microsoft.ApplicationInsights.DependencyCollector.HttpDependenciesParsingTelemetryInitializer, Microsoft.AI.DependencyCollector" />
<Add Type="Microsoft.ApplicationInsights.WindowsServer.AzureRoleEnvironmentTelemetryInitializer, Microsoft.AI.WindowsServer" />
<Add Type="Microsoft.ApplicationInsights.WindowsServer.AzureWebAppRoleEnvironmentTelemetryInitializer, Microsoft.AI.WindowsServer" />
未来的测试和调试
Azure帮助页面似乎没有告诉我如何启用远程调试,这是我在谷歌搜索的下一件事。
答案 0 :(得分:1)