I am implementing an MVC 5 website in C# (VS 2013 update 4) and the build setting is targeting .NET framework version 4.5. However when I load the page, I see the following header entry:
X-AspNet-Version:4.0.30319
Why is the website running under .NET 4.0xxxx despite the compile setting is pointing to .NET 4.5? Any ideas?
Thanks in advance.