Answer Posted / alb.shah
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 ? | 12 Yes | 0 No |
Post New Answer View All Answers
Can you set which type of comparison you want to perform by the comparevalidator control?
How to change Master page in ASP.Net using code?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
what is the difference between response.write() and response.output.write()?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Explain the flow of processing of the request? : asp.net mvc
What does passport and windows authentication mean in ASP.NET?
What are the data controls available in asp.net?
Explain the use of dataadapter.
Is global asax mandatory?
How many web config files can be created for an application?
How to rename a table using sql queries?
How do you remove duplicates without using remove duplicate stage?
What is use of Master Page in ASP.NET web pages?
What is the difference between the response.write() and response.output.write() methods?