Posted netcore project on IIS

1、安装Microsoft Visual C ++ 2015 Redistributable(https://www.microsoft.com/download/details.aspx?id=53840)

2, ensure .net core sdk or .net core runtime computer;

3, it is necessary to install AspNetCoreModule managed module (https://dotnet.microsoft.com/download/dotnet-core)

4, the above managed module requires turning the computer after installation into, or by using the command line
NET STOP WAS
NET Start W3SVC

5, after the installation of managed modules, IIS's in the module assembly, a plurality of modules AspNetCoreModule

6, publisher, editor "application pool" "Basic Settings" modify ".NET Framework Version" to "no managed code"; Editing "application pool" and "Advanced Settings" modify "Load User Profile" to "True"

 

 

Guess you like

Origin www.cnblogs.com/q1092813103/p/12334266.html