User-968723747 posted
Hi, I am currently using VS2008 SP1, working on an ASP.Net project.
The project was in 2.0, during first time I run it in VS2008, wizard asked me if I want to upgrade to v3.5, I clicked no.
Later on in the project's property page, I set the 'Target Framework' to v3.5.
However, when I add this code to my project,
<%
Response.Write("The .NET version is " + System.Environment.Version.ToString());
%>
it returns "2.0.50727.4927"
Why?