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
How many types of validation are there?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
Is asp.net and .net the same?
Are cookies client side or server side?
How can we implement a identity (sql server) call in an asp.net page?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
What is difference between URL and URI?
Which data type does the rangevalidator control support?
If we remove web.config or machine.config from the application then, is this application will works?
What language is asp.net written in?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
What kind of data we can store in viewstate?
Why do we need asp.net?
What are the server control tags in asp.net.?