Is there anything special that needs to happen to a 3.5 web.config file to take advantage of new features in sp1?
Asked
Active
Viewed 184 times
1 Answers
2
No! All you need to do is change build framework version to 3.5 and start using 3.5 features in your application. This applies to all types of .Net projects (including web application or website project).

Dipen Bhikadya
- 3,318
- 3
- 21
- 19
-
I'm already using 3.5, I am wondering if there are any changes to go to 3.5 sp1. – Ely Aug 05 '09 at 15:06
-
Oh Ok, in that case you do not need to do anything specific to upgrade to SP1 (other than installing SP). – Dipen Bhikadya Aug 07 '09 at 01:32