What is web.config and machine.config ?

Answers were Sorted based on User's Feedback



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

Answer / dhananjay nazare

web.Config: Web.Config file is maintained within a
particular Web application and the Configuration setting
specified within web.config file is applicable to that
application only.

Machin.Config: Machin.Config file is maintained within .Net
framework derectories and configuration setting within
Machin.Config file affects all the managed application
deployed on that machin

Is This Answer Correct ?    56 Yes 5 No

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

Answer / naren

1. web.config and machine.config both are the configuration
files
2. web.config files contains settings specific to a web
application, machine.config file contains settings to
computer.
3. configuration system first searches settings in the
machine.config file next look at web.config file
4. web.config file exists within the web application,
machine.config file exists in the
c:\windows\microsoft.net\framework\version\config file
5. if we remove web.config file it does not contains any
connection string settings the web application will run, if
we remove machine.config file no one windows and web
application will run.

Is This Answer Correct ?    55 Yes 5 No

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

Answer / prakash j

web.config apply settings to each web application.
machine.config apply settings to all asp.net web application

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

In which event of the page viewstate is available?

0 Answers  


What is an assembly?

2 Answers   Value Labs,


What are tuples?

0 Answers  


what is the difference between this.controls and page.form1.controls and me.controls?

2 Answers   FactorH,


How can we update records in gridview?Is there any appropriate code for it?

0 Answers  






How is the asp.net mvc architecture different from others? : asp.net mvc

0 Answers  


What parameters can you pass in the url of the api?

0 Answers  


ADO.Net - how to get data from database and bind to the controls -- write this small code

3 Answers   Syntel,


What is Auto-event wireup? what is the default value for this? when u change the value what will happen?

1 Answers   CMC,


Less than one page, how many windows will you be able to maintain?

0 Answers   Atos Origin,


Define the term Scavenging in Caching?

0 Answers   PUCIT,


How dataadapter.fill works?

0 Answers  


Categories