Tech Support > Microsoft Windows > Windows CRM > how use sepparate web.config?
how use sepparate web.config?
Posted by Cypress on September 20th, 2005


Hi,

I have been having some problems with settings in my web.config that
interfear with PostURL webservices. I read that you can put your
customization stuff in a separate pool from the crmAppPool and that that will
give you the opportunity to have a different web.config for the both
appPools.
I did so and still the only web.cofig that is being used is the one in my
crm root folder.

Any ideas someone? i'd appreciate it.

Thanx

Posted by David Jennaway on September 21st, 2005


Multiple web.config files work essentially as a hierachy, with the most local
settings taking precedence. If your web pages are in a sub-directory of the
CRM web site, and there is a web.config in that sub-directory, that
web.config is read first, but the web.config in the CRM root will also apply
for any settings that you haven't explicitly put in your web.config.

As far as I'm aware, application pools don't have any impact on this
behaviour, but I mught be wrong on that

"Cypress" wrote:


Similar Posts