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
Where are session variables stored?
What is viewstategenerator?
What are the Types of state management techniques
What does ascx stand for?
Explain how dot net compiled code will become platform independent?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
What is preprocessor in .net?
How do we assign page-specific attributes?
To wrap up a call to a Web service the standard used is..?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What is the difference between client-side and server-side validations in webpages?
Where is the view state data stored?
What language is asp.net written in?
Describe in brief .net framework and its components.
Explain asp.net web forms.