I'm new to asp.net and now following through the http://nerddinnerbook.s3.amazonaws.com/Part1.htm howto.
All is fine except of when code is falling with exception i see
Version Information: Microsoft .NET Framework Ve开发者_运维技巧rsion:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
but at project properties 3.5 is selected.
what is wrong and how to fix it?ps: i'm running code directly from VS2008 (by pressing ctrl+f5) without any dedicated IIS.
Nothing is actually wrong. That version number you see refers to the Common Language Runtime version, which is the same in versions 2.0, 3.0 and 3.5 of the .NET Framework.
精彩评论