我有一个使用Docker和Visual Studio 2017运行的web应用程序。我试着独立于Docker来测试它。我只能这么做:
1) 右键单击项目并选择“属性”。
但是,当我执行此启动更改时,Profile不会,即当我关闭Debug窗口时,Pfofile更改会显示为回滚。为什么会这样?
我还注意到,如果我创建了一个没有Docker支持的新MVC Core 2项目,然后在以后添加编排支持,那么Docker概要文件不会出现在profile下拉列表中。
https://developercommunity.visualstudio.com/content/problem/39629/changing-the-debug-profile-in-aspnet-core-full-fmk.html
在创建MVC核心2项目之后,是否可以更改调试配置文件?
如果要从Visual Studio 2017独立于Docker运行,可以通过单击 run Docker 按钮。
run Docker
您描述的步骤实际上是在下面的文件中设置启动配置文件 /Properties/launchSettings.json .
/Properties/launchSettings.json