I am getting an error when I request the link with this URL: http://xxx:46630/ or with this http://crmbyzaid.azurewebsites.net/
http://xxx:46630/
http://crmbyzaid.azurewebsites.net/
But it is worki
Since Azure is running on IIS, you need a web.config to tell it how to handle stuff.. This should solve your root-page:
Name the file web.config and save it to your web-root.
Hope that helps!