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
Explain server-side scripting?
How will create assesblies at run time?
What are session cookies?
What is the difference between application state and session state in asp net?
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?
What are session state modes in asp.net?
Define caching.
What is the difference between adding reference in solution explorer and adding references by using ?
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)
What is the use of web.config file?
What are the security types in ASP/ASP.NET? Different Authentication modes?
Why do we need url encoding?
Explain about asp.net 2.0 themes?
How can we create custom controls in asp net?
What is the difference between runtime version and version?