0

Is there anything special that needs to happen to a 3.5 web.config file to take advantage of new features in sp1?

jjnguy
  • 136,852
  • 53
  • 295
  • 323
Ely
  • 3,200
  • 1
  • 21
  • 18

1 Answers1

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