小编Ale*_*rek的帖子

应用程序见解可用性测试在200 OK上失败,出现"System.UriFormatException:无效的URI:无法确定URI的格式."

我只是在尝试Application Insights可用性测试.我让他们过夜到我们的公共网站,只得到"失败"

当我深入到单独的测试运行时,我看到服务器响应"200 OK",发送预期的html标记.但是在"Exceptins"中它说

System.UriFormatException: Invalid URI: The format of the URI could not be determined.System.UriFormatException: Invalid URI: The format of the URI could not be determined.
   at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
   at Microsoft.VisualStudio.TestTools.WebTesting.HtmlDocument.ParseForDependentRequests(Boolean urlsOnly)
   at Microsoft.VisualStudio.TestTools.WebStress.WebTestCaseVariation.BuildDependentRequestsList(WebTestInstrumentedTransaction instrumentedTransaction)
   at Microsoft.VisualStudio.TestTools.WebStress.WebTestCaseVariation.AddParsedDependentRequests(ExecutionState executionState)
Run Code Online (Sandbox Code Playgroud)

这就是我在azure portal中看到的

有谁知道那里发生了什么?我错过了什么?

azure azure-application-insights availability

4
推荐指数
1
解决办法
485
查看次数