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 do you mean by serialize?
Which is better asp.net or php?
What is viewstate? In which event of the page life cycle, is the viewstate available?
What is the Intermittent crashing of application in production?
What is page fragment caching?
Where are session variables stored?
What are cookies in your browser?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
How ViewstateMac works?
How does a content page differ from a master page?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
What is application state?
Mention the execution process for managed code?
How to use multiple scriptmanager controls in a web page?
Does asp.net still recognize the global.asa file?