A client is requesting I convert an application I built in MVC 4 using .NET 4.5 down to .NET 4. Is this possible? What are the steps? I am using VS 2012 on Windows 8.
2 Answers
Right click your project->Select properties (alt+enter), the settings window should pop up. The first tab on the left hand side is "Application" select that. Look for the label "Target Framework". Select whatever target you want. You may get compile errors due to reference or functions no longer existing.