ASP.net and it's version
- by zerkms
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 Version: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.