ASP.NET MVC Resource not found
- by TheLorax
I am working on an MVC project in Visual Studio 2010 with .NET Framework 4.0 + MVC2 and everything works if I set the target framework to .NET 4.0. However, my host does not offer .NET 4.0 in order to deploy the site I need to get it working on .NET 3.5.
I tried converting it to ASP.NET 3.5 and everything builds just fine except now when I try to…