What is difference between machine.config and Web.Config?
Answer Posted / suresh
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
Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is active web pages?
Explain the difference between sql invalidation and sql notification.
Can asp.net work on an nt server?
How response object is related to asp's response object?
What is the significance of finalize method in .net?
What is the asp.net mvc folder conventions? : asp.net mvc
What is the purpose of master page?
What is postback pixel?
Explain login controls.
What is viewstate in asp net with example?
Define caching.
What is content page in asp net?
Describe a bubbled event and how it is used ?
How to sign out from forms authentication?
What is the difference between page-level caching and fragment caching?