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
How to improve performance of web application asp.net mvc? : Asp.Net MVC
What is difference between mvc and asp.net? : Asp.Net MVC
Explain the use of fragment caching.
What is comparevalidator?
What are sessions and cookies?
To get the values in two different controls to match which control you use it?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
What are the advantages of asp.net mvc framework? : asp.net mvc
Describe the Server Control Events of ASP.NET?
Where can I get the details on migration of existing projects using various technologies to asp.net?
What is the equivalent of date() and time() in asp.net?
How you can access the values from the Repeater control in ASP.NET?
In asp.net, how can you validate drop down box?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
How can you handle unmanaged code exceptions in asp.net?