Reputation: 25573
I have installed .NET 4.5 on a computer. then try to deploy a new web app with Net 4.5 to IIS, but only 2 application pool available:
.NET Framework v2.0.50727
.NET Framework v4.0.30319
Not sure if v4.0.30319 is the right application pool for the app on .NET 4.5.
Upvotes: 16
Views: 7721
Reputation: 20693
yes .NET Framework v4.0.* is the right application pool, The .NET 4.5 is not a major new version.
Upvotes: 25