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
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
Write some code using interfaces, virtual methods, and an abstract class`
What is data cache in sql server?
what is silver light when will we use silver light,
Which adapter should you use, if you want to get the data from an access database?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
Who creates jsessionid?
What is application variable in asp.net?
Can you explain one critical mapping? Performance issue which one is better?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
Can the dictionary object be created in client?s scope ?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
If we remove web.config or machine.config from the application then, is this application will works?
What is the equivalent of date() and time() in asp.net?
Can we use html in asp.net?