.net core iis view the error message

 

modified into the following web.config

<aspNetCore processPath="dotnet" arguments=".\Zl.Web.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" >
<environmentVariables>
<environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Development" />
</environmentVariables>
</aspNetCore>

Guess you like

Origin www.cnblogs.com/zhyp/p/12291473.html