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 managed code an un-managed code.
What are the main advantages of using asp.net?
Difference between Response.redirect vs server.transfer?
What is AutoEventWireup attribute for ?
what is AutoEventWireUp and what is the use of This property explain in details?
Why would a company use an application service provider?
What is skin in asp.net?
what is the difference between response.write() and response.output.write()?
i want the asp.net technical questions and answeres
What is windows active directory authentication?
What are the HTML server controls in ASP.NET?
Which methods validate all the controls on a page?
Describe the application event handlers in ASP.NET?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
How many types of cookies are there in asp.net?