I've been waging a bit of a battle with MVC recently, trying to get it deployed and working correctly on my web host server. While the host (ixwebhosting) has been very prompt and efficient at resolving some of the technical difficulties, I'm still encountering odd behaviours around getting the views to render.
Specific issues I've struck so far are the application not being recognised at all (returning 404) and individual views returning 404s.
Is this typical of other peoples' experience when trying to deploy to a hosted environment or am I just a bit green in this department?
Should I consider falling back to web forms until MVC matures a bit more?