G
Guest
Hello
I would like to have several sites share a single web.config file. To accomplish this, I would point the root of these sites to the same folder. Is there any reason why I might not want to do this? (IIS 5 or 6
In case you're wondering why I would do this, we have many web sites on a single server, and there are groups of sites that need to share common configuration information. I'd like to ease some administration by having one web.config file for each of these "site groupings". There may be many "site groupings", so I cannot use the machine.config file
An interesting side question: assuming that I do the above, is it ok to have several web applications sharing a single bin folder? If that is an OK solution, then I just might be able to avoid using the gac, any thoughts on that
Thanks
BPearson
I would like to have several sites share a single web.config file. To accomplish this, I would point the root of these sites to the same folder. Is there any reason why I might not want to do this? (IIS 5 or 6
In case you're wondering why I would do this, we have many web sites on a single server, and there are groups of sites that need to share common configuration information. I'd like to ease some administration by having one web.config file for each of these "site groupings". There may be many "site groupings", so I cannot use the machine.config file
An interesting side question: assuming that I do the above, is it ok to have several web applications sharing a single bin folder? If that is an OK solution, then I just might be able to avoid using the gac, any thoughts on that
Thanks
BPearson