gpt4 book ai didi

asp.net-core - ASP.NET Core launchSettings.json 无法启动浏览器

转载 作者:行者123 更新时间:2023-12-02 20:19:25 26 4
gpt4 key购买 nike

我使用的是 dotnet core 版本 2.1.200。

对于我的 asp.net core 应用程序,我有以下 launchSettings.json 文件:

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iis": {
"applicationUrl": "http://localhost/Contoso.Web.Manager",
"sslPort": 0
},
"iisExpress": {
"applicationUrl": "http://localhost:64802/",
"sslPort": 44337
}
},
"profiles": {
"dev": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "http://localhost.manager.contoso.com:5000/",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}

当我运行 dotnet run --launch-profile dev 时,它可以在控制台中正常运行应用程序,但不会打开新的浏览器窗口。

我在这里遗漏了什么吗?

文档(在 ASP.NET Core 中使用多个环境):https://learn.microsoft.com/en-us/aspnet/core/fundamentals/environments?view=aspnetcore-2.1

最佳答案

似乎您应该在开发配置文件中使用“applicationUrl”而不是“launchUrl”。

"applicationUrl": "http://localhost.manager.contoso.com:5000/",

关于asp.net-core - ASP.NET Core launchSettings.json 无法启动浏览器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50284452/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com