Can we use multiple web.config files in an sigle appliction?
Answer Posted / kinjal panchal
Yes.
yes we can add more then one web.config file in our
applications.
take one folder and in that folder put your .aspx file with
one web.config file and call them with appsetting key and
value. You can make no. of folders and insert .aspx file
with that web.config file.
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is a multilingual website?
How can you dynamically add user controls to a page?
Explain the difference between overriding and overloading?
Name the tools or API for developing or testing web api?
Explain the use of fragment caching.
What are custom user controls in asp.net?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
How do I open an ashx file?
What are Master Pages in ASP.NET? or What is a Master Page?
What are the cookies types in asp.net?
What is advantage of code behind coding in ASP.NET?
Explain serialization and deserialization?
How you will manage the state of ASP.NET controls?
Describe the difference between inline and code behind - which is best in?
Why web api is better than wcf?