What is web.config. How many web.config files can be allowed
to use in an application ?
Answer Posted / skumar
Web config file is a XML file, that contains information
about the application level settings. This is most useful
feature to change the hard coded things.
Usually only one config file will be used in the web
applications. That resides in the root folder of web
application. But the developer can create one config file
for each folder. It will take from the current level hierarchy.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
How you can return View from ASP.NET Web API method?
How can I open ashx file in mobile?
Explain asp.net mvc request life cycle? : asp.net mvc
Is there any property names “isnavigating”?
What are the various ways to send content from one page to another?
How would you get asp.net running in apache web servers?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
What are HTTP handlers in ASP.NET?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
What is a proxy in web service?
what are the ihttphandler and ihttphandlerfactory interfaces ?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
How many types of session state management options available in asp.net?