What was the difference between machine.config and
web.config files
Answer Posted / m.srinivasarao
Machine.config:This is automatically installed when you
install Visual Studio. Net.This is also called machine level
configuration file. Only one Machine.config file exists on a
server.This file is at the highest level in the
configuration hierarchy.
Web.config:This is automatically created when you create
an ASP.Net web application project. This is also called
application level configuration file. This file inherits
setting from the Machine.config
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is http request and response?
Contrast OOP and SOA. What are tenets of each ?
How about the security in Activex DLL and Activex EXE ?
Explain server-side scripting and client-side scripting.
What is difference between asp state management and asp.net state management?
what is publisher?
Explain the server control events of asp.net ?
Can you change a Master Page dynamically at runtime?
How we can force all the validation controls to run?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
Is asp.net free?
Explain server control extensibility with reference to asp.net 2.0 ?
What is the flow of processing of the request? : asp.net mvc
What is is post back property in asp net?