In my MVC project, the root.html file is in the root folder and route this file as the default route.
routes.MapRoute( name: "", url: "Default.html" //, //defaults: new { controller = "Home", action = "Index", id = UrlParameter.Optional } );
It works fine when I access it as http://localhost:51353/Default.html
I host (including this static file) this project on my web server. But he shows an error 
Is additional configuration required for this?
please, help
Raagesh s
source share