Is it possible to use server side include in Razor view engine to include .html or .asp file? We have an .html file and .asp files that contain website menus that are used
Try making your html page to a cshtml page and including it with:
@RenderPage("_header.cshtml")