Disable local Application Insights for Asp.Net Core Projects

Disable local Application Insights for Asp.Net Core Projects

You can disable local application insights for ASP.NET Core Projects from Visual Studio. Azure Application Insights helps in monitoring applications health in real time. We can track our application availability, performance issues, user’s session and diagnose crashes faster than ever. It provides a real-time dashboard for your app to monitor your application. When you are performing local debugging for your ASP.NET Core application, if the application insight is turned on, it logs several logs. You can turn it off.

Check out all posts related to Application insights here

 

Disable local Application Insights for Asp.Net Core Projects from Visual Studio

To disable local Application Insights for Asp.Net Core Projects, navigate from the Tools menu, Options > Projects and Solutions > Web Projects.

Disable local Application Insights for Asp.Net Core Projects

Check the “Disable local Application Insights for Asp.Net Core web projects” checkbox. This will disable the log for local Application Insights telemetry for the ASP.NET Core Projects.

Related Post:   Keep Visual Studio debugger ON when the browser is closed

 

Abhijit Jana

Abhijit runs the Daily .NET Tips. He started this site with a vision to have a single knowledge base of .NET tips and tricks and share post that can quickly help any developers . He is a Former Microsoft ASP.NET MVP, CodeProject MVP, Mentor, Speaker, Author, Technology Evangelist and presently working as a .NET Consultant. He blogs at http://abhijitjana.net , you can follow him @AbhijitJana . He is the author of book Kinect for Windows SDK Programming Guide.