Remove Application Insight from application on Visual Studio 2013

前端 未结 6 594
星月不相逢
星月不相逢 2020-12-07 18:30

On Visual Studio I added application insight to a project which creates a ApplicationInsights.config and not sure what other files were added to the project.

Thing i

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-07 18:42

    I would prefer to do this:

    UnInstall-Package Microsoft.ApplicationInsights.Web -RemoveDependencies
    

提交回复
热议问题