is it possible to set more than web.config file for an
ASP.net APPLICATION?can it run?how is it possible
Answer Posted / lokesh gopinath
Yes we can have as many as Web.Config Files we want. When
we have multiple Web.config files the CLR will Search for
the Config file which is just below the calling code.
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the namespace classes used in asp.net mvc? : asp.net mvc
What asp.net control can embed xaml into asp.net pages?
How can you handle unmanaged code exceptions in asp.net?
How we can force all the validation controls to run?
Why do we use sessions?
What is authentication in asp.net?
Is react a template engine?
How do you create a master page?
What is session in http request?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
What is event bubbling?
What is the function used for removing an event listener?
What is page fragment caching?
What is difference between viewstate and session state in javascript?
What is a postback ispostback and autopostback in asp net?