I’ve been working on a huge project that I created from the ground up using VS2012 MVC 4.5. I published it on our server that only has .net 4.0 installed on it and i’m running into errors (understably). Corp IT says it’ll be a couple months before they approve and install 4.5 –
Is there a way VS2012 can compile the project as 4.0? And if it is possible, do i lose functionality like, bundling/minification, etc.?
I’d hate to have to try to port all my code over to VS2010….
Thanks in advance!
Simply open up the project properties and change the “Target framework” on the “Application” tab to “.NET Framework 4”.