VS2017调试:无启动URL设置

时间:2017-03-22 12:56:19

标签: c# asp.net-core .net-core iis-express

从VS2015转换的项目(完整的net461,核心1.1):

enter image description here

{
  "iisSettings": {
    "windowsAuthentication": false,
    "anonymousAuthentication": true,
    "iisExpress": {
      "applicationUrl": "http://localhost:17901/",
      "sslPort": 0
    }
  },
  "profiles": {
    "IIS Express": {
      "commandName": "IISExpress",
      "launchBrowser": true,
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      }
    },
    "WebApplication1": {
      "commandName": "Project",
      "launchBrowser": true,
      "launchUrl": "http://localhost:5000",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      }
    }
  }
}

F5之后也不会自动打开浏览器。 (但是当我手动转到网址时网站会打开。)

而且我也不能在2017年创建核心网络项目以了解它是如何工作的 - VS只是写了一些关于"未能创建项目"在底线和空解决方案资源管理器中,只创建了文件夹,输出中没有任何内容,devenv /Log C:/log.xml日志中没有任何内容。

1 个答案:

答案 0 :(得分:1)

修复:启用" Azure App服务工具"