Is it true that asp.net 3.5 still uses the 2.0 compiler, and because of this, we can use 3.5 features on a server that only supports asp.net 2.0 as long as we drop the required .dll's into /bin?
In my case I need to use linqtosql on a server that only supports asp.net 2.0. (Client's decision, can't change this).