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
List the events in page life cycle.
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
What is http request and response?
Is there any alternative to avoid name collisions other then Namespaces?
Explain security types in asp.net?
What is the use of session?
What's the use of formatters in .net?
How can you dynamically add user controls to a page?
What is data binding in asp net?
What are the types of session in asp.net?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What is server components?
What is query string in asp.net?