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 what is event bubbling?
What are the new features implemented in ASP.NET?
Which protocol is used in a web api?
Explain the steps needed to be performed in order to create an animation in xaml?
WSDL means?
Explain Life cycle of ASP.NET page when a request is made.
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
What is asp net objects?
what is AutoEventWireUp and what is the use of This property explain in details?
what is DLL Hell and how it is solved in .NET? please explain clearly??
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
Is razor a programming language?
What is preprocessor in .net? Where it use?
What are the advantages of Web API?