- Create an Asp.net Core 2.0 web application
- Right click and publish application using FileSytem
- Download and install hosting bundle from https://docs.microsoft.com/en-us/aspnet/core/publishing/iis
- Create new Website in IIS
- Edit Application Pool and set CLR version : No Managed Code
- Verify ASPNetCoreModule
- Done.