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

Explain server-side scripting?

819


How will create assesblies at run time?

777


What are session cookies?

785


What is the difference between application state and session state in asp net?

795


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?

812


What are session state modes in asp.net?

780


Define caching.

855


What is the difference between adding reference in solution explorer and adding references by using ?

817


I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)

1780


What is the use of web.config file?

787


What are the security types in ASP/ASP.NET? Different Authentication modes?

828


Why do we need url encoding?

762


Explain about asp.net 2.0 themes?

762


How can we create custom controls in asp net?

792


What is the difference between runtime version and version?

801