Adding logs on the Azure Application insights from the ASP.Net MVC framework 4.6.2
I wanted to add logs on the Azure Application Insights in my application, ASP.Net Web application MVC, .Net Framework is 4.6.2. I do have added references to below nuget packages Microsoft.ApplicationInsights Microsoft.Extensions.Logging I do have added below code in Global.asax.cs…