摘要: .net core 发布到iis后,没有web.config 文件,导致启动不了 解决办法: 修改.csproject , <IsTransformWebConfigDisabled>true</IsTransformWebConfigDisabled>,更改为 FALSE 阅读全文