删除webconfig中的配置,hostingModel="InProcess"即可;hostingModel="InProcess"代表进程内托管,asp.net代码发布之后默认是在IIS中托管,.netcore是无托管代码的,明白这一点就懂了。