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/asp-net-exceptions.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ Exceptions in your live web app are reported by [Application Insights](../../azu
24
24
*[Web API 2.*](#web-api-2x)
25
25
*[WCF](#wcf)
26
26
27
+
This article is specifically focused on .NET Framework apps from a code example perspective. Some of the methods that work for .NET Framework are obsolete in the .NET Core SDK. Refer to the [.NET Core SDK documentation](https://docs.microsoft.com/azure/azure-monitor/app/asp-net-core) if you have a .NET Core app.
28
+
27
29
## Diagnosing exceptions using Visual Studio
28
30
Open the app solution in Visual Studio to help with debugging.
0 commit comments