What is web.config. How many web.config files can be allowed
to use in an application ?
Answer Posted / lily antony
The web.config file is the configuration file of the web
application. This means that the configuration settings of
the application [such as authentication, authorisation,
tracing, debugging, connectionstrings, ...] can be changed
through the web.config file.
The main advantage is that that the changes made in the
web.config file will be applicable to the web application
without having to change the code of the application and
without recompiling the application.
The root folder of a web application can have only one
web.config file. But any inner/ sub folders can have a
web.config file. It web.config file in the sub folders will
override the one in the root folder of the application.
| Is This Answer Correct ? | 32 Yes | 1 No |
Post New Answer View All Answers
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What is a reflection?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
What are session state modes? List some of the important session state modes of asp.net.
What are the new features implemented in ASP.NET?
What are the namespaces used in asp.net mvc? : asp.net mvc
What is datagrid asp.net?
Explain asp.net mvc request life cycle? : asp.net mvc
Explain the flow of processing of the request? : asp.net mvc
What is the difference between union and structure?
What is asp.net file?
What is the main differences between asp and asp.net?
What is the base class from which web forms are inherited?
Is it possible to migrate visual interdev design-time controls to asp.net?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?