What is machine.config and web.config ?

Answers were Sorted based on User's Feedback



What is machine.config and web.config ?..

Answer / nitya

Machine.config file is for all ASP.NET's Application. it is
only one.
if u apply anything in machine.config file then it is
applied on all ASP.NET application.Machine.config file is
universal..

while web.config file is only for particular ASP.NET
application. each ASP.NET application has different file.

Is This Answer Correct ?    14 Yes 1 No

What is machine.config and web.config ?..

Answer / deepti

Machine.Config is the common config file for all .net
application.

But Web.Config file is specific for project

Is This Answer Correct ?    10 Yes 0 No

What is machine.config and web.config ?..

Answer / chinna

machine.config that are used only applciations
where as web.config are used web projects

Is This Answer Correct ?    6 Yes 4 No

What is machine.config and web.config ?..

Answer / rukayya

"machine.config" apllies for the computer and it is unique
and single and applied to all asp.net projects
"web.config" is applied to application .number of asp.net
applications may have number of web.config

Is This Answer Correct ?    0 Yes 0 No

What is machine.config and web.config ?..

Answer / versha

machine.config is used in only Asp.net application

web.config is used for all web application

Is This Answer Correct ?    0 Yes 13 No

Post New Answer

More ASP.NET Interview Questions

What methods are fired during the page load?

3 Answers  


What is CTE in sql server 2005?

3 Answers   Minecode,


Where do you store the information about the user?s locale?

1 Answers   Siebel, Visual Soft,


Which is better union or union all?

0 Answers  


What is state management technique?

0 Answers  






How can you display all validation messages in one control?

0 Answers  


What’s the use of “GLOBAL.ASAX” file?

0 Answers  


What is xaml? Are xaml file compiled or built on runtime?

0 Answers  


What is the difference between c# and .net?

0 Answers  


Can the action attribute of a server-side tag be set to a value and if not how can you possibly pass data from a form page to a subsequent page?

1 Answers  


What is session state server?

0 Answers  


You need to be able to retrieve data from DataSet object that has four DataTable objects. There are currently UniqueConstraint and ForeignKeyConstraint Object on the DataTable objects to enforce the data rules. You find that you can retrieve the data from the individual DataTable objects, but you are not able to retrieve the data from the combination of DataTable objects in a Parent/Child manner. What should you do to able to retrieve the data in a Parent/Child manner? a) Set the EnforceParentChild parameter of the DataSet to True. b) Set the EnforceRelation parameter of the Relations collection to True. c) Add DataRelation objects to the Relations Collection to make the DataSet present the data in Parent/Child manner. d) Add a primary key and a foreign key to each of the DataTable objects that should present the data in a Parent/Child manner.

1 Answers   Syntax Softtech,


Categories