I’ve looked into this (on and off now) for over a month… and frankly, I’m at a loss. I would appreciate anyone pointing me to some answers here. I've searched the web for answers – and thus far have found none.
Here is my situation:
- We have a working MVC 4 web application – that runs just fine locally and on a “on premise” development web server.
- The site publishes out to Azure without error
- The "home" view (root) of the site shows a 403 error - forbidden.
- NO view on this site can be found - displays 404 errors.
- Looking at the published files using FileZilla – all the various files and views are there.
The only difference between this site, and a similar site that is also under development, and is publishing out to Azure webiste (and working) is that we added (or tried to add) Log4Net and Elmah to this problem child site.
We’ve pulled Log4Net back out, but (for now) have left Elmah in place. That is the ONLY thing I can think of now that would be causing issues here. Yet, I see blog posts of people that are using Elmah just fine with Azure Websites.
Any suggestions here on what might be going on with this site on Azure?