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
How do u deploy ur project?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
What is the flow of processing of the request? : asp.net mvc
What should you do is you want to remove an existing component but would like to make some funtionalities?
What is the compiled object?
Is global asax mandatory?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
What is the difference between ASP Session State and ASP.Net Session State?
What is session authentication?
What is the use of service provider?
How many types of session in ASP.NET
What is a page life cycle?
How you can stop the validation of ASP.NET controls from client side?
How to bind all the binding controls in a page at once in ASP.NET?
List down the sequence of methods called during the page load.