1. 首页
  2. 数据库
  3. 其它
  4. 【asp.net core】macOS 搭建asp.net core编译环境+【报错调试】dotnet意外退出

【asp.net core】macOS 搭建asp.net core编译环境+【报错调试】dotnet意外退出

上传者: 2021-01-16 11:44:02上传 PDF文件 199.84KB 热度 20次
准备 跨平台开发IDE: JetBrains Rider msserver :SQL Server 配置 下载安装IDE+SQL Server 运行测试:我的第一个asp.net core项目 调试 错误描述:dotnet意外退出 查看run log:Failed to bind to address https://127.0.0.1:5001: address already in use. 解决: 修改默认配置Properties\launchSettings.json,删除已占用端口 applicationUrl: http://localhost:5000, 运行成功
下载地址
用户评论