I am using Visual Studio 2015. When I create an ASP.NET 4.6.1 Web API project, it starts very slow. I noticed the reason was visual studio automatically installed Application Insight as references. I looked up online and seemed like it's related to Azure and my company do not use Azure. How do I stop install Application Insight when I create a new web api project? Or maybe I do need that when I create Web API application?