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
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
How can you display all validation messages in one control?
What is session object? Describe in detail.
Explain the benefits of viewstate?
What is the difference between user control and custom control?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
How can we prepairing Interview
Explain parts of assembly?
Where is the view state data stored?
To bind columns manually which tags do you need to add within the asp:datagrid ?
Describe how ASP.NET maintains process isolation for each Web application?
Explain the concept of View Model in MVC?
How do session tokens work?
Is there any alternative to avoid name collisions other then Namespaces?
What symbol specifies the beginning of a query string?