What is the use of web.config? Difference between
machine.config and Web.config?
Answer Posted / karthikkommandi
Web.Config for Application Level Settings
Machine.Config is for Server level Settings
If any Settings are not Specified in Web.Config It will get
from Machine.Config by Default
| Is This Answer Correct ? | 29 Yes | 4 No |
Post New Answer View All Answers
What is viewstate? In which event of the page life cycle, is the viewstate available?
Describe the Server Control Events of ASP.NET?
What is meant by server side scripting?
How do you declare static variable?
What is difference between cache and session?
Can we set master page as a start page?
Whats the difference between abstract factory pattern and factory pattern?
8. Why do you want to work here?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
What are early binding and late binding.
Why do we need Sessions?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
Explain what are webservices?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What is difference between view state and session state?