What is web.config. How many web.config files can be allowed
to use in an application ?

Answer Posted / karteek

Web.Config can be only one in a web application's root but
it may contain any number of web.config files inside the
subfolders of the application

The web.config file in subfolder overrides the web.config in
the root for that folder in which it is present.

If a subfolder doesnot has a web.config then the web.config
in the root is uses as usual

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why we use asp.net for website development?

490


What are different methods of session maintenance in asp.net?

557


Is it possible for me to change my aspx file extension to some other name?

574


What are httphandlers and httpmodules and difference between them?

514


What is data cache in sql server?

581






What is difference between singleton and single call?

638


Explain security types in asp.net?

533


What is the use of worker process in asp.net?

521


How to find last error which occurred?

529


Why session is more secure than cookies?

491


What are app services?

526


Where web.config file is used?

563


What are the different validators in asp.net?

554


What is a viewbag?

501


Differentiate between early binding and late binding.

564