New Azure MVC website not routing
Sep 06
2013
2013
Comments Off
I was testing out deploying a ASP.Net MVC project to an Azure website. I was able to deploy to the Azure webserver without any problems. However, the website was not routing. The source of the issue is when you first create an Azure website it creates a file named “hostingstart.html”. If you delete the file “hostingstart.html”, your MVC website will starting routing correctly.