| Author: rishika 23 Feb 2008 | Member Level: Gold | Rating: Points: 2 |
mechine.config is configuration in mechine level and web.config is asp.net configuration file.
u can place n number of web.configs in u r application but only one web.config will be in u r applications root directory and other web.configs must be placed in sub folders.
|
| Author: M. Irfan 23 Feb 2008 | Member Level: Gold | Rating: Points: 2 |
Rishika is absolutrly correct, I want to add few more things
Like machine.config settings are machine level and inheritted to web.config.
Means web.config override the machine.config.
|
| Author: samir 23 Feb 2008 | Member Level: Gold | Rating: Points: 2 |
refer http://interviewquestionpond.blogspot.com
|
| Author: Suman Upadhyay 23 Feb 2008 | Member Level: Silver | Rating: Points: 2 |
The machine.config file defines global,default setting for all of the application on the server web.config file contains default Web server setting
|