How many web.copnfig can exists in a web application & which
will be used ?
Answer Posted / avs
Generaly it contains one web.config file.
But we can use more than one.
Whenever you want setting folder wise.
For ex: one app have 4 folder. each folder have seperating
setting like session, security ect. So you can create
web.config filr for eachfolder and should apply setting as
per ur requirement.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are the main differences between asp and asp.net?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
What is asp.net version?
Explain asp.net web forms.
Explain automatic memory management in .net.
How you will manage the state of ASP.NET controls?
Describe session handling in a webfarm, how does it work and what are the limits?
What is true about application service provider?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
Explain the Order of events in an asp.net page?
What is the difference between union and join?
How ViewstateMac works?
Can one dll file contains the compiled code of more than one .net language?
Explain asp.net mvc request life cycle? : asp.net mvc
Explain authorization levels in .net ?