标签:code main 图片 http 问题 inf 端口 cal localhost
把自定义端口的http://localhost:5001改成http://*:5001。
什么都没有改也不行的小伙伴试试在Program的Main方法中的.UseKestrel()后面添加.UseUrls("http://*:5000")

标签:code main 图片 http 问题 inf 端口 cal localhost
原文地址:https://www.cnblogs.com/feihusurfer/p/11992033.html