gpt4 book ai didi

asp.net - launchSettings.json commandName 用法

转载 作者:行者123 更新时间:2023-12-04 13:15:44 24 4
gpt4 key购买 nike

每次我发现一些launchSettings.json文件,它们具有以下结构:

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:40088/",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express (Staging)": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Staging"
}
}
}
}

找到 here .

但是,我找不到关于属性 commandName 的任何文档。 .
commandName的用途是什么? ?

最佳答案

命令名称映射到项目应该如何启动。 Visual Studio 使用它来运行您的项目。

  • IISExpress很明显是用IIS Express来启动项目的。
  • Project表示该项目是直接在命令行上使用 .NET CLI 执行的。

  • command names

    关于asp.net - launchSettings.json commandName 用法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44645775/

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