Sunday 10 September 2017

Deploy Asp.net core 2.0 Web application on IIS Step By Step


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