我只是在尝试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)
有谁知道那里发生了什么?我错过了什么?