Search code examples
asp.net.netwindows-7asp.net-4.5

How can I run .Net 4.5 Web application on Windows 7 for end user which has .Net 3.5 by Default?


We have existing web application which is developed on .Net 3.5 but we wish to now upgrade it to .Net 4.5. But I want to make sure that it runs even on windows 7 OS without .Net framework 4.5. Is that possible with any workarounds?


Solution

  • The simple answer is NO. You'll need to install .NET Framework 4.5.