What was the difference between machine.config and
web.config files
Answer Posted / reha
when you want to set some settings/properties common to all
the applications falling under same web server then go for
machine.config. If you want apply the settings individually
to each web application then go for web.config.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What is a postback in asp net?
What are the Difference between asp.net and asp ?
Why is the standalone environment only useful during the development process?
What are web server controls in asp.net?
How you can return View from ASP.NET Web API method?
In a Repeater control how one can provide an alternating color scheme ?
What are the media types of http requests and response?
In how many ways we can retrieve table records count?
How to set the pane area to transparent of a scrollPane component.?
what is the difference between response.write() and response.output.write()?
Differentiate strong typing and weak typing
Who generates session id?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
Which protocol is used in a web api?
What are the asp.net list controls and difference between them?