Saturday, March 31, 2012

web config question

Can you have two web config files in a Server or do you just need one? Cause I am wanting to make an application with multiple features on it. I am a little bit frustarated over this so please can anyone help me?

For one application, there is only one web.config that resides in the root. If you want to have several web.configs for one application, it is possible, but then you have to divide root directory into subdirectories and have individual web.configs for them.

This article might help you:

http://www.beansoftware.com/ASP.NET-Tutorials/Multiple-Config.aspx

0 comments:

Post a Comment