Home
TeamSite
Exclude File web.config
Tanuj
Hi all
I am trying to exclude Web.config file from getting deployed to our QA servers. We have this QASync process in which our edition based deployment first deploys to the production webfarm and then it deploys to our website staging and QA server. I don't want my Web.config file in our production work area to go to our staging or Qa workareas. so this is the excludepattern i added but this is not helping. Please Help. I am on teamsite 6.5 and open deploy 5.5.
<nodeRef useNode="b2cqa">
<targetRules area="E:\Inetpub\JVPartners">
<filters>
<excludePath subPath="templatedata" />
<excludePattern regex="Web\.config$"/>
</filters>
</targetRules>
</nodeRef>
Thanx in advance
Tanuj
Find more posts tagged with
Comments
Adam Stoller
It would probably help to see the log files.
It's possible the filters aren't working as desired from the node-level - but I believe they should.
When you say OpenDeploy 5.5 - do you mean 5.5.1 or 5.5.0. A lot of the node-level overrides and such were fixed in 5.5.1.
--fish
Senior Consultant, Quotient Inc.
http://www.quotient-inc.com
Tanuj
Sorry my bad my open deploy version is
Version: 5.6.0.1.0 Build 21220 Interwoven 20030618
PaulW
You should put the exclude pattern in both the source and target areas of the deployment.