I was given the code to a MVC 5, .NET 4.5 project, problem is our server is too old to use .NET 4.5.
I've also read that MVC 5 cannot be run on .NET 4: Can I run MVC 5 application on .NET Framework 4.0?
Is there any way, without restarting the entire project, to revert back to older versions? Also if this is much simpler than I anticipated, then can you direct me in the right direction?