0

有没有办法使用 Application Insights 代替Web Server Logging?我的最终目标是分析 4xxs 和 5xxs。

详细信息:
-现在,我只有手动使用的控制器/操作的请求信息TrackRequest
-Azure 上托管的 Web 应用程序。
-SDK 添加为文档说明。
-其他部分(例如 SQL 依赖跟踪)开箱即用

4

1 回答 1

0

由于某种原因,缺少 web.config:

<httpModules>
  <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" />
</httpModules>
于 2017-06-06T21:01:13.247 回答