What was the difference between machine.config and
web.config files
Answer Posted / srinu
machine. config is configuration file for all the
application in the IIS.
web.config is a configuration file for a application or
folder
machine.config for machine level configuration.
web.config for a application/folder level configuration
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain about solution explorer window?
What is the equivalent of date() and time() in asp.net?
What is session id in web application?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
Why is asp.net so popular?
How do we implement bundling in MVC?
What is asp.net used for?
Explain the basic functionality of garbage collector?
what is AutoEventWireUp and what is the use of This property explain in details?
To get the values in two different controls to match which control you use it?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
What is postback request?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
What is the difference between system.stringbuilder and system.string
Elaborate differentiation between ViewState and SessionState?