Dotnet运行在VS Code

时间:2017-10-05 23:08:11

标签: c# asp.net-core visual-studio-code

我在vscode中运行net.core 2.0 app时遇到问题。我安装了angular cli项目,然后使用dotnet new webapi安装net.core 2.0项目。

结构是这样的: enter image description here

当我使用命令dotnet run时,我可以看到kestrel正在运行:

  

PS D:\ CodePlayground \ my-dream-app> dotnet run使用启动设置   来自D:\ CodePlayground \ my-dream-app \ Properties \ launchSettings.json ...   托管环境:开发内容根路径:   D:\ CodePlayground \ my-dream-app现在收听:   http://localhost:28009

但是当我在浏览器中打开一个页面时,我得到了这个: enter image description here

它适用于2017年的视觉工作室,iis或自托管。

1 个答案:

答案 0 :(得分:0)

您需要像http://localhost:28009/yourcontrollername这样指定控制器,否则您必须为空路由配置哪个操作