I have Microsoft Visual Studio 2008 installed on my machine along with the latest version of Microsoft Windows SDK. While studying for Exam 70-536 (Framework 2.0) I made a change in my environment so that all projects will be created in Framework 2.0. I have passed the exam and now I need make the necessary confirguration change so that all new projects defaults to framework 3.5. Please note that while creating a new project it gives you the option of chosing the which framework to use (2.0, 3.0, 3.5) but it does not matter what option you choose, only framework 2.0 is used.
For example, I created a new ASP.net website and chose framework 3.5 from the dropdown box when creating the site. I then started the ASP.NET Configuration tool (Website| ASP.Net Configuration) and enabled tracing. I then looked at the "trace.axd" page and noticed that 2.0 of the framework was used. Below is the line in the trace which shows the framework version:
Microsoft .NET Framework Version:2.0.50727.3074; ASP.NET Version:2.0.50727.3074
I believe I need make the change within the Microsoft Windows SDK but I don't remember how...I would appreciate help on this. Also, there two versions of the SDK on my machine, which one should be active so that I am using the latest version? Should I be using "V6.0A" or "v6.1"?