What can be stored in Web.config file?
By on Apr 23, 2007 in ASP.NET Interview Questions
There are number of important settings that can be stored in the configuration file. Here are some of the most frequently used configurations, stored conveniently inside Web.config file..
1. Database connections
2. Session States
3. Error Handling
4. Security


