I am using Umbraco 6 in Visual Studio 2012. I made my project using MVC 4.0 and have been developing my project locally within Visual Studio. I am at a point where I would like to deploy this to my server in IIS 7.5. For some reason after copying the files to my server and seting the site up in IIS, my website will only display a blank white page no matter which Url I put in.
The most puzzling thing, is that I can still get the backend part of Umbraco by using this Url:
umbracodev."enterURL".org/umbraco/
I then get into the backend of Umbraco and can view all of my content pages, templates, etc.
Does anyone know why I would be getting blank pages even though everything appears to be there on the Umbraco backend?
The only thing I can think of is the fact that visual studio 2012 uses IIS express and when deploying to my server I used IIS 7.5