有没有办法使用Application Insights代替Web Server Logging
?我的最终目标是分析4xx和5xx。
详细说明:
- 现在,我只有控制器/动作的请求信息,我手动使用TrackRequest
- 在Azure上托管的Web应用程序
-SDK作为文件指示添加。
- 其他部分(例如SQL依赖关系跟踪)开箱即用
答案 0 :(得分:0)
由于某种原因,缺少web.config:
<httpModules>
<add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" />
</httpModules>