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
How to send a DataReader as a parameter to a remote client ?
What is the difference between dynamic SGA and static SGA?
Can you explain autopostback?
What is comparevalidator?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Is asp.net a programming language?
What is latest version of asp.net mvc? : Asp.Net MVC
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?
Why session is used in asp.net?
What is the difference between session.abandon() vs clear()?
what is publisher?
What is asynchronous call?
What is form submit?
What is the difference between adding reference in solution explorer and adding references by using ?
8. Why do you want to work here?