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 viewstate? In which event of the page life cycle, is the viewstate available?
What is Web Server Control Templates.?
What is session state server?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
Explain difference betn dataset and recordset?
Do gac'ed assemblies have fulltrust?
What is a form tag?
What is difference between session and application in asp net?
Explain what is postback in asp. Net?
How can you send an email message from an asp.net web page?
Explain Authentication mechanism in dotnet
What is clickid?
Name the namespace which is used by ado.net?
What is the exact purpose of http handlers?
What is session id in web application?