__________________ file apply settings to all ASP.NET applications

Options
- web.config
- machine.config
- global.asax file
- application object


CORRECT ANSWER : machine.config

Discussion Board
_________________ file apply settings to all ASP.NET applications

The machine.config file is the master configuration file on your system with a lot of default settings. Web.config is the file for the local settings to be applied for a website which store configuration data in XML format. The settings of Machine.config file are applied to the whole asp.net applications on your server whereas the settings made in the Web.config file are applied to that particular web application only.

pranav saurabh shrivastava 06-28-2017 01:08 PM

web.xml

What is web.config?

Sachin 12-23-2016 02:21 AM

Thanks

nice

Mohsin Pakistan 04-12-2015 12:15 PM

my comment

good question

lavanya 01-2-2015 11:43 PM

asp.net

nice

siva 11-12-2014 07:50 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement