Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is the use of web.config and machine.config files?

1203


What is the compiled object?

2133


what is publisher?

2153


What is the difference between mvc and asp.net? : Asp.Net MVC

1065


What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?

1082


What are server objects?

988


Do cookies store passwords?

975


How you will handle session when deploying application in more than a server?

1150


How do you design a website with multilingual support in ASP.NET ?

1033


Which is better php or asp.net?

997


Why we are using mvc instead of asp.net? : Asp.Net MVC

1109


What types of data validation events are commonly seen in the client-side form validation?

1031


Can I combine classic asp and asp.net pages?

1143


What is masterpage?

999


What is a master page and what does it do?

983