What was the difference between machine.config and
web.config files
Answer Posted / sandhya
1)Machine.config is used to store machine level settings
Web.config is used to store per application based settings
2)We can have more than one web.config files but only one
machine.config
3)Web.config overrides the machine.config file.
If we store different values on both for a single key, the
application will get the value from the web.config file
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
List some of the important session state modes of asp.net.
What is the difference between server-side scripting and client-side scripting?
How can we identify that the Page is Post Back?
What is the life cycle of web page?
What are session state modes in asp.net?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
What is viewstate? What does the “enableviewstate” property do?
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
What is session in http request?
What is the use of placeholder control? Can we see it at runtime?
What is a user session?
Why is an object pool required?
What are Master Pages in ASP.NET? or What is a Master Page?
Explain the difference between or and orelse?
What is the use of dispose method?