Types of configuration files and their differences ?
Answer Posted / narayansahu
app.config-> contains application specific settings
web.config
Web.config is a security in ASP.Net application and how to
secure applications. Web.config does most of the work for
the application the who, what, where, when and how to be
authenticated.
1.This is automatically created when you create an ASP.Net
web application project.
2.This is also called application level configuration file.
3.This file inherits setting from the machine.config
Machine.config contains settings that apply to an entire
computer. This file is located in the %runtime install path%
\Config directory. Machine.config contains configuration
settings for machine-wide assembly binding, built-in
remoting channels.
1.This is automatically installed when you install Visual
Studio. Net.
2.This is also called machine level configuration file.
3.Only one machine.config file exists on a server.
4.This file is at the highest level in the configuration
hierarchy.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Where you store Connection string in "Web.Config" file in ASP.NET?
What is protected configuration?
Explain the difference between panel and groupbox classes using .net?
What are the properties of the eventargs argument when capturing keyboard events?
What is use of <% %> in asp.net?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
Explain managed code an un-managed code.
What is the significance of ASP.NET routing?
what is AutoEventWireUp and what is the use of This property explain in details?
What are the asp.net server side objects?
What are validator? Name the validation controls in asp.net? How do you disable them?
Can you explain autopostback?
What are the differnt types of handler in ASP.NET?
What are the different properties of server control that exists?
What is comparevalidator?