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

What is recordset asp?

545


What is a runtime version?

530


What are the event handlers that we can have in global.asax file?

533


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?

571


Explain about asp.net 2.0 themes?

557






Web API uses which library for JSON serialization?

569


Explain the asp.net page life cycle.

556


What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?

510


Is sql backend or frontend?

559


What are the different web pages?

495


What is paging in context of Memory?

653


What is custom events?

571


What are the new features added from ASP to ASP.NET?

573


What is view state and how it works in asp net?

550


How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?

528