【问题标题】:Start profile button not enabled for .net core mvc application.net core mvc 应用程序未启用启动配置文件按钮 【发布时间】:2020-03-04 01:53:37 【问题描述】: 我想使用 Ants 分析器分析 .net 核心 Web 应用程序。请参阅下面的快照,其中未启用“开始按钮”配置文件。 非常感谢任何帮助。 【问题讨论】: 标签: .net asp.net-core redgate red-gate-ants ants 【解决方案1】: 今天注意到 .net 核心程序集字段是必需的,因此提供了 csproj 文件路径。 就像在下面的快照中一样。然后它将启用“启动配置文件”。 信用:https://documentation.red-gate.com/app10/setting-up-and-running-a-profiling-session/choosing-application-types-and-settings/profiling-net-core-applications 【讨论】: