On my local system I have developed an older site in asp.net 2.0 and do not wish to upgrade that site. However, I also want to build a new site and for that I want to use asp.net 3.5. Is there anything I should watch out for, or I can I just install the 3.5 runtime etc?
please mark answers as 'Answered' and post back solutions when you figure stuff out that isnt in the post already.
Go ahead and install .net 3.5. It won't effect older projects.
My Blog
"Don't be afraid to be wrong; otherwise you'll never be right."
The 3.5 framework is just extensions to the 2.0 framework, so in effect everything is 2.0 framework whether it uses any of the 3.5 stuff or not.
Jeff
Please: Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post solved your issue.