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
Why session is more secure than cookies?
Why is this service branded with windows livetm?
Explain automatic memory management in .net.
What are demand-paging and pre-paging?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
What is bson in web api?
Why is the standalone environment only useful during the development process?
What is application Object?
What is .net framework and what are the main components of it?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
Web API uses which library for JSON serialization?
Define msil.
What is asp.net futures?
What is application variable in asp.net?
What kind of data we can store in viewstate?