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
Why do we need master page in asp.net?
Tell me the code snippet to show how we can return 404 errors from HttpError?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
What's the use of formatters in .net?
Explain asp.net page life cycle?
Where do the cookie state and session state information be stored?
How to bind all the binding controls in a page at once in ASP.NET?
What are the components of ado.net?
How you can access the values from the Repeater control in ASP.NET?
What is meant by server side scripting?
In a Repeater control how one can provide an alternating color scheme ?
Explain authorization levels in .net ?
What are the different kinds of assemblies?
What are the asp.net list controls and difference between them?
Difference between singleton and singlecall.