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.