How can we Maintain more than on config file in one .Net web
application and how?
Answer Posted / ashu
Yes,We can maintain more than one config file.We have to
make subdirectories(add folders to your solution).For each
folder we can specify one web.configfile.If one web.config
file is declared for the whole application.then web.config
inside the folder will override that when application uses
the content of that folder.(aspx,aspx.cs etc).
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Briefly describe the role of global.asax?
What is the difference between application state and session state in asp net?
What are the differnt types of handler in ASP.NET?
How asynchronous call can be implemented using delegates?
What are the navigation ways between pages available in ASP.NET?
What is autopostback in asp net?
Define repository pattern in asp.net mvc? : asp.net mvc
What is asp net application object?
Is global asax mandatory?
How to send a DataReader as a parameter to a remote client ?
What is cache in asp net?
How do u declare static variable and how it is declared and what is its lifetime?
Which is the parent class of the ASP.NET server control?
Can you set the session out time manually?
What is difference between cache and session?