What is difference between machine.config and Web.Config?
In Machine.config file you can store, 1. Connection strings 2. Membership 3. RoleManager 4. Profile 5. HttpHandlers in web.config 1. Database connections 2. Session States 3. Error Handling 4. Security