Sorry for such stupid question but could someone please answer what version of CLR ASP.NET 3.5 will be running with? I've read that .NET Framework 3.5 (the one which is shipped with VS 2008) uses CLR 3.0
as opposed to .NET Framework 3.0 which uses CLR 2.0. But following code:
Code:
System.Runtime.InteropServices.RuntimeEnvironment.GetSystemVersion()
written in a page of ASP.NET Web site targeting NET Framework 3.5 (VS Orcas) returned "v2.0.50727".
I would appreciate any references to posts/articles on the subject.
Thanks in advance.