I realize this is probably a hopelessly newbie question, but what is the difference between the ASP.NET version and the .NET framework version?
I am making an asp.net site using the .net 3.5 framework, but when I echo this;
System.Environment.Version.ToString()
I get "2.0.50727.4927".
Is this then an ASP.NET 2.0 site? This seems odd since I am using visual studio 2008 and the .net 3.5 framework.