You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/monitor-performance-live-website-now.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,8 @@ We are tracking this issue [here](https://github.com/Microsoft/ApplicationInsigh
143
143
* To output verbose logs, modify the config file: `C:\Program Files\Microsoft Application Insights\Status Monitor\Microsoft.Diagnostics.Agent.StatusMonitor.exe.config` and add `<add key="TraceLevel" value="All" />` to the `appsettings`.
144
144
Then restart status monitor.
145
145
146
+
* As Status Monitor is a .NET application you can also enable [.net tracing by adding the appropriate diagnostics to the config file](https://docs.microsoft.com/dotnet/framework/configure-apps/file-schema/trace-debug/system-diagnostics-element). For example, in some scenarios it can be useful to see what's happening at the network level by [configuring network tracing](https://docs.microsoft.com/dotnet/framework/network-programming/how-to-configure-network-tracing)
147
+
146
148
### Insufficient permissions
147
149
148
150
* On the server, if you see a message about "insufficient permissions", try the following:
@@ -178,7 +180,7 @@ OS support for Application Insights Status Monitor on Server:
178
180
* Windows server 2012 R2
179
181
* Windows Server 2016
180
182
181
-
with latest SP and .NET Framework 4.5
183
+
with latest SP and .NET Framework 4.5 (Status Monitor is built on this version of the framework)
182
184
183
185
On the client side: Windows 7, 8, 8.1 and 10, again with .NET Framework 4.5
184
186
@@ -271,7 +273,9 @@ When you select a web app for Status Monitor to instrument:
271
273
272
274
### What version of Application Insights SDK does Status Monitor install?
273
275
274
-
As of now, Status Monitor can only install Application Insights SDK versions 2.3 or 2.4.
276
+
As of now, Status Monitor can only install Application Insights SDK versions 2.3 or 2.4.
277
+
278
+
The Application Insights SDK Version 2.4 is the [last version to support .NET 4.0](https://github.com/microsoft/ApplicationInsights-dotnet/releases/tag/v2.5.0-beta1) which was [EOL January 2016](https://devblogs.microsoft.com/dotnet/support-ending-for-the-net-framework-4-4-5-and-4-5-1/). Therefore, as of now Status Monitor can be used to instrument a .NET 4.0 application.
275
279
276
280
### Do I need to run Status Monitor whenever I update the app?
0 commit comments