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


Please Help Members By Posting Answers For Below Questions

List the events in page life cycle.

738


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?

848


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?

729


What are the best practices to follow to secure connection strings in an ASP.NET web application?

780


What is http request and response?

731


Is there any alternative to avoid name collisions other then Namespaces?

823


Explain security types in asp.net?

787


What is the use of session?

705


What's the use of formatters in .net?

779


How can you dynamically add user controls to a page?

703


What is data binding in asp net?

810


What are the types of session in asp.net?

710


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?

1675


What is server components?

758


What is query string in asp.net?

777