0

I am using VS 2012 editor for my application and my targeting framework is 4.0 version. I installed the 4.5 framework as well. When I run the application the asp.net framework version is not pointing to 4.0. Its always pointing to 4.5, But .Net framework is pointing to 4.0. I have tried my level best to change it in application settings. But It doesn't changed it.

This is how it looks like

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.5.27.0

Could any one please help me out to fix this issue.

Ramesh
  • 1,692
  • 2
  • 18
  • 37
  • possible duplicate of [How to set .net Framework 4.5 version in IIS 7 application pool](http://stackoverflow.com/questions/9559372/how-to-set-net-framework-4-5-version-in-iis-7-application-pool) – xxbbcc Mar 05 '15 at 15:11
  • No, I am running in my local machine. – Ramesh Mar 05 '15 at 15:17
  • You're going to have to be more specific... HOW are you trying to change your settings... What isn't working exactly? You do know that .NET 4.5 runs on the .NET 4.0 runtime, correct? – Erik Funkenbusch Mar 05 '15 at 17:22
  • I changed the project properties and pointed my project to target 4.0 Framework. Exactly Right Click On Project ->Properties->Application->Target Framework to 4.0,this is how i changed my project settings. When an error occurred I figured out the below information. Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.5.27.0. Here i want the asp.net version also to point out 4.0. – Ramesh Mar 05 '15 at 22:15

0 Answers0