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
What is the use of web.config and machine.config files?
What is the compiled object?
what is publisher?
What is the difference between mvc and asp.net? : Asp.Net MVC
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What are server objects?
Do cookies store passwords?
How you will handle session when deploying application in more than a server?
How do you design a website with multilingual support in ASP.NET ?
Which is better php or asp.net?
Why we are using mvc instead of asp.net? : Asp.Net MVC
What types of data validation events are commonly seen in the client-side form validation?
Can I combine classic asp and asp.net pages?
What is masterpage?
What is a master page and what does it do?