Application Insights – Auto Instrumentation – Certain Sites Don't Show Up from Server, Others Do

huangapple go评论41阅读模式
英文:

Application Insights - Auto Instrumentation - Certain Sites Don't Show Up from Server, Others Do

问题

我已成功在服务器上安装了应用洞察自动仪器。

我注意到某些应用程序(根站点)存在一种模式,这些应用洞察数据似乎不可用。

我正在使用IIS和.NET 4+(不幸的是...)。

在故障排除中提到的软件包不存在,因此不会引发问题。

英文:

I've successfully installed application insights auto-instrumentation on servers.

I've noticed a pattern where certain applications (root sites), the app insights data doesn't appear for these.

I'm using IIS and .NET 4+ (sadly ...)

The packages mentioned in the troubleshooting are not present and thus not causing an issue.

答案1

得分: 0

这是因为它们是旧的.NET网站,httpRuntime未设置,并且旧于4.6版本。

英文:

This is because they are old .NET sites and the httpRuntime isn't set, and they are older than 4.6.

huangapple
  • 本文由 发表于 2023年2月23日 20:25:14
  • 转载请务必保留本文链接:https://go.coder-hub.com/75544808.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定