When beginning a new web project, i'm always a bit worried about removing pieces of the web.config. It seems there are more entries than ever with Net 3.5 SP1.
Which bits of the .config do you delete for the following scenarios:
- WCF Web Service, no Javascript support
- Simple MVC Website
EDIT Can someone document a basic list of things left in and taken out of the web.config for a simple website?