c# - Reported version number of aspnet is unexpected -
this question has answer here:
i implementing mvc 5 website in c# (vs 2013 update 4) , build setting targeting .net framework version 4.5. when load page, see following header entry:
x-aspnet-version:4.0.30319
why website running under .net 4.0xxxx despite compile setting pointing .net 4.5? ideas?
thanks in advance.
that not actual .net framework version. version of clr.
from .net 4 4.5.2 version 4. between 2.0 , 3.5 version 2.0.
that reason in application pool configuration can choose .net 2 or 4.
see msdn: .net framework versions , dependencies on matter.
Comments
Post a Comment