1

Is the .NET Framework 4.5, and all the goodness it comes with, e.g. MVC4, compatible with IIS7? Or must it run on IIS 7.5?

RoastBeast
  • 1,059
  • 2
  • 22
  • 38
Null Reference
  • 11,260
  • 40
  • 107
  • 184
  • http://stackoverflow.com/questions/9559372/how-to-set-net-framework-4-5-version-in-iis-7-application-pool – SuganR Sep 04 '12 at 01:47

1 Answers1

3

.NET Framework 4.5 is a super set of the 4.0 Framework. Yes, it will work with IIS 7.5 and should you configure your app pools to use 4.

brendan
  • 29,308
  • 20
  • 68
  • 109