What is the use of web.config? Difference between
machine.config and Web.config?
Answer Posted / yograj pandey
Minimize
Asp .net Web.config Configuration File
Minimize
What is Web.Config File?
Web.config file, as it sounds like is a configuration file
for the Asp .net web application. An Asp .net application
has one web.config file which keeps the configurations
required for the corresponding application. Web.config file
is written in XML with specific tags having specific meanings.
What is Machine.config File?
As web.config file is used to configure one asp .net web
application, same way Machine.config file is used to
configure the application according to a particular machine.
That is, configuration done in machine.config file is
affected on any application that runs on a particular
machine. Usually, this file is not altered and only
web.config is used which configuring applications.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Explain the asp.net session state modes.
How dataadapter.fill works?
How many types of cookies are there in asp.net?
What is the significance of attaching a profile while creating a user?
Explain about Application and Session Events ?
What is %20 in a url?
explain code with datachaching with example
What are the Types of authentications in IIS
What are directives in asp.net?
What is the biggest disadvantage of “Other Return Types” in Web API?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
Define repository pattern in mvc.net? : asp.net mvc
Can we have a web application running without web.config file?
What is a form tag?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?