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


Please Help Members By Posting Answers For Below Questions

Which library is used by the testers and developers to develop automated tests and create testing tools?

762


How is it possible for .NET to support many languages?

499


Is redux flux?

724


Whats the difference between abstract factory pattern and factory pattern?

816


What are the various types of validation controls provided by asp.net?

752


What is asp net application object?

753


how to transfer the file from client to server using asp.net

822


What New Features comes with ASP.NET Web API 2.0?

764


Explain why datareader is useful?

757


What is content place holder?

729


What is the difference between web config and machine config files?

782


What is Pre-Render event in ASP.NET?

819


Can you use c# without .net?

748


Is there any limit for query string? Means what is the maximum size?

711


what is the difference between response.write() and response.output.write()?

924