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 / chauhan rakesh botad

What is Web.Config File?

It is an optional XML File which stores configuration details for a specific asp.net web application.

Note: When you modify the settings in the Web.Config file, you do not need to restart the Web service for the modifications to take effect.. By default, the Web.Config file applies to all the pages in the current directory and its subdirectories.

Extra: You can use the <location> tag to lock configuration settings in the Web.Config file so that they cannot be overridden by a Web.Config file located below it. You can use the allowOverride attribute to lock configuration settings. This attribute is especially valuable if you are hosting untrusted applications on your server.

What is Machine.config File?

The Machine.Config file, which specifies the settings that are global to a particular machine. This file is located at the following path:

\WINNT\Microsoft.NET\Framework\[Framework Version]\CONFIG\machine.config

As web.config file is used to configure one asp .net web application, same way Machine.config file is used to configure the application according to a particular machine. That is, configuration done in machine.config file is affected on any application that runs on a particular machine. Usually, this file is not altered and only web.config is used which configuring applications.

You can override settings in the Machine.Config file for all the applications in a particular Web site by placing a Web.Config file in the root directory of the Web site as follows:

\InetPub\wwwroot\Web.Config

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I have a unique key as foreign key?

1011


What do you understand from custom control?

1174


Can action method static?

1087


What are the main requirements for caching?

1088


What is the sequence in which ASP.NET events are processed?

1185


Explain cookies with example.

1068


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?

1032


What is the difference between viewstate and hidden field in asp.net?

1077


Explain About duration in caching technique

1120


How does ASP.NET framework maps client side events to Server side events.?

1162


What is asp.net used for?

1151


What is the use of express session?

1035


To get the values in two different controls to match which control you use it?

1095


What is the difference between page.registerclientscriptblock and page.registerstartupscript?

875


Explain about asp.net caching?

1097