I have an ASP.NET 2.0 web site. I am building new functionality that is based on some features from .NET 3.5 (specifically Linq to Sql).
Provided I have .NET 3.5 installed on web server (but keep my IIS Application as .NET 2.0) will I have any "issues" calling into the 3.5 assembly? Can anyone explain what happens under the covers when this is done?