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
What is mvc in asp.net interview question? : Asp.Net MVC
What is preprocessor in .net? Where it use?
Explain about Multi-Language integration?
How does asp.net work?
What is an imagemap in asp.net?
Where do we store our connection string in asp.net application?
What is viewstate information stored?
What are the different properties of server control that exists?
Explain an object, class and method.
Explain advantages of caching?
Tell me the code snippet to show how we can return 404 errors from HttpError?
What are the advantages and limitations of query string?
What are the various types of cookies in asp.net?
In which situation can you not use a viewstate?
What are HTTP handlers in ASP.NET?