centos安装.netcore2.0

一切都很顺利,console app运行 dotnet run也ok

但是asp.net core app运行 dotnet run

会抛出Warn:“Unable to bind to http://localhost:5000 on the IPv6 loopback interface: 'Error -99 EADDRNOTAVAIL address not available'”

我尝试使用     ASPNETCORE_URLS="http://*:5000" dotnet run         替代    dotnet run     命令在特定的情况下可以解决此类问题

 

参考:https://www.cnblogs.com/fanqisoft/p/8671212.html

 

相关文章:

  • 2021-07-26
  • 2021-05-22
  • 2022-02-21
  • 2022-03-01
  • 2021-04-12
  • 2021-06-14
  • 2021-04-28
猜你喜欢
  • 2022-12-23
  • 2021-04-20
  • 2022-12-23
  • 2021-05-29
  • 2021-06-10
  • 2021-10-02
  • 2021-11-21
相关资源
相似解决方案