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 are the server control tags in asp.net.?

1010


What is the difference between equals() and == in c#?

942


How do I upload a file from my ASP.NET page?

1002


What is rending process in ASP.NET?

1023


Where the cookie value is stored?

895


What is the difference between sealed vs static class?

1028


Explain managed code an un-managed code.

972


Which validator control you use if you need to make sure the values in two different controls matched?

1029


In ViewState How much lifespan items stored?

1013


How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?

2620


What is custom attribute? How to create?

1020


What is the adavantage of using ASP.NET routing?

1107


What is enableviewstatemac in asp net?

1013


What is the difference between mechine.config and web.config?

1176


What is a query string in a url?

930