Map .html extension to the .Net razor view engine
1. Add the buildProvider config for razor inside the compilation element 2. Application start –> Registers the html extension with razor 3. Create a Start.cshtml page and ingest the index.html page <compilation debug=“true“ targetFramework=“4.6“ > […]