LearningPal
LearningPal

Reputation: 584

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?

Upvotes: 0

Views: 396

Answers (1)

Dávid Molnár
Dávid Molnár

Reputation: 11573

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

Upvotes: 1

Related Questions