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...


What was the difference between machine.config and
web.config files

Answers were Sorted based on User's Feedback



What was the difference between machine.config and web.config files..

Answer / vijay

machine. config is configuration file for all the
application in the IIS.
web.config is a configuration file for a application or folder

machine.config for machine level configuration.
web.config for a application/folder level configuration

Is This Answer Correct ?    86 Yes 4 No

What was the difference between machine.config and web.config files..

Answer / ranjeet kumar

web.config files apply settings to each web application,

but

machine.congig file apply settings to all asp.net
applications.

Is This Answer Correct ?    52 Yes 6 No

What was the difference between machine.config and web.config files..

Answer / kinge

web.config file for only use single web application but
machine .config use whole application

Is This Answer Correct ?    34 Yes 1 No

What was the difference between machine.config and web.config files..

Answer / saransony

Configuration files are used to control and manage the
behavior of a web application.
Machine.config
Web.config
Difference between Machine.Config and Web.Config?
Machine.Config:
This is automatically installed when you install Visual
Studio. Net.
This is also called machine level configuration file.
Only one machine.config file exists on a server.
This file is at the highest level in the configuration
hierarchy.
Web.Config:
This is automatically created when you create an ASP.Net
web application project.
This is also called application level configuration file.
This file inherits setting from the machine.config
Links- http://www.go4expert.com/forums/showthread.php?
t=6704
http://forums.asp.net/t/1117776.aspx

Is This Answer Correct ?    36 Yes 3 No

What was the difference between machine.config and web.config files..

Answer / guest

it supports configuration file section for all application
in IIS -----> machine.config


contains security policy ----->web.config

Is This Answer Correct ?    20 Yes 2 No

What was the difference between machine.config and web.config files..

Answer / reha

when you want to set some settings/properties common to all
the applications falling under same web server then go for
machine.config. If you want apply the settings individually
to each web application then go for web.config.

Is This Answer Correct ?    14 Yes 2 No

What was the difference between machine.config and web.config files..

Answer / preetika sharma

Web.config is scoped to a particular directory. we use it
to ovverride the machine.config for a particular
application or application folder.

Is This Answer Correct ?    10 Yes 1 No

What was the difference between machine.config and web.config files..

Answer / sandhya

1)Machine.config is used to store machine level settings
Web.config is used to store per application based settings

2)We can have more than one web.config files but only one
machine.config

3)Web.config overrides the machine.config file.

If we store different values on both for a single key, the
application will get the value from the web.config file

Is This Answer Correct ?    10 Yes 2 No

What was the difference between machine.config and web.config files..

Answer / sanjay maurya

What are the two types of configuration files supported by
ASP.Net?
Configuration files are used to control and manage the
behavior of a web application.
? Machine.config
? Web.config
Difference between Machine.Config and Web.Config?
Machine.Config:
? This is automatically installed when you install Visual
Studio. Net.
? This is also called machine level configuration file.
? Only one machine.config file exists on a server.
? This file is at the highest level in the configuration
hierarchy.
Web.Config:
? This is automatically created when you create an ASP.Net
web application project.
? This is also called application level configuration file.
? This file inherits setting from the machine.config

Is This Answer Correct ?    4 Yes 0 No

What was the difference between machine.config and web.config files..

Answer / sanjay bisht

machine. config is configuration file for all the
application in the IIS.
web.config is a configuration file for a application or
folder

machine.config for machine level configuration.
web.config for a application/folder level configuration

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?

0 Answers  


how to update data using store procedure

1 Answers  


How do you handle server controls?

0 Answers   Cap Gemini,


How do you enable tracing? a) Set the Trace property of the Web Form to True b) Set the Trace property of the server object to True c) Set the Session variables Trace to True d) Set the Applications Variable Trace to True.

2 Answers   Syntax Softtech,


Can two different programming languages be mixed in a single ASMX file?

1 Answers   IBM, Patni, Wipro,


What are the uses of list view control in Asp.net?

0 Answers   HCL,


Explain the code Access Security (CAS) in .net Framework?

0 Answers  


Can we throw exception from catch block ?

4 Answers   Accenture, BirlaSoft,


Where is asp.net session stored?

0 Answers  


What are generics? why it is used? architecture of ASP.NET?

7 Answers   Path Infotech, Satyam, TCS,


How many languages are supported by .NET at present time?

0 Answers  


Describe a diffgram ? Write any one use of that?

3 Answers   Siebel,


Categories