What is web.config and machine.config ?
Answer Posted / 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 |
Post New Answer View All Answers
What are the benefits of Razor View?
What is class and object in asp.net?
What is Partial PostBack in ASP.NET?
What is the difference between typeof() vs gettype()?
Define caching.
How we implement web farm and web garden concept in asp.net?
What is the difference between CC and BCC?
What do you mean by View State and what is its role?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
What are the asp.net list controls and difference between them?
What is asp.net architecture?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What does it mean your session has timed out?
How can u deifne the benefits and limitation of using Viewstate for state management?
What are the features of asp.net mvc?