Azure Application Insights - 搜索 HTTP 错误?

Azure Application Insights - search HTTP erros?

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

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

由于某种原因 web.config 丢失了:

<httpModules>
  <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" />
</httpModules>