windows IIS 部署dotnetcore
1.安装windows IIS 程序 ,详细过程略。
2.下载dotnet core SDK runtime
链接地址:https://dotnet.microsoft.com/download/thank-you/dotnet-runtime-2.2.0-windows-hosting-bundle-installer
3.安装dotnet-hosting-2.x.x-win.exe ,详细过程略,下一步下一步就可以。
4.添加IIS站点

5.转换Elva文件夹为应用程序

6.修改日志路径

7.修改应用进程池设置

8.测试
http://127.0.0.1:1118