Quantcast
Channel: biztalkdeployment Forum Rss Feed
Viewing all articles
Browse latest Browse all 1089

New Post: Deploy WCF Service w/o BizTalk Application

$
0
0
Thanks, Tom - that worked great! Here's what I had to insert in the project file:
<!--
================================================================= 
THE FOLLOWING PROPERTY GROUP OVERRIDES THE DEFAULT
TARGETS FILE THAT CREATES THE BIZTALK APPLICATION 
================================================================= 
-->
<PropertyGroup>
<!--
THE FOLLOWING DEPLOY DEPENDENCIES HAVE BEEN REMOVED:
DeployAppDefinition;PreprocessBindings;ImportBindings;ConditionalHostStop;TerminateServiceInstancesConditional;DeployFileAdapterPhysicalPaths;
DeploySchemas;DeployPipelineComponents;DeployPipelines;DeployTransforms;DeployOrchestrations;DeployVocabAndRules;DeployCustomFunctoids;
DeployEsbItineraries;DeployBtsNtSvcExeConfig;StartApplication;CustomPostDeployTarget;BounceBizTalk;
-->
<DeployDependsOn>
CustomPreInitialize;
FrameworkInitialize;
CustomPostInitialize;
PreprocessFiles;
PreprocessAndConfigureLog4net;
CustomDeployTarget;
DeploySharedAssemblies;
DeployExternalAssemblies;
DeployComponents;
DeployVDirs;
DeploySSO;
DeployBam;
CustomPostDeployTarget;
CustomFinalDeploy
</DeployDependsOn>

<!--
THE FOLLOWING UNDEPLOY DEPENDENCIES HAVE BEEN REMOVED:
PrepareAppForUndeploy;ConditionalHostStop;UndeployBtsNtSvcExeConfig;UndeployEsbItineraries;UndeploySchemas;UndeployOrchestrations;UndeployTransforms;
UndeployPipelines;UndeployPipelineComponents;UndeployCustomFunctoids;UndeployAppDefinition;UndeployFileAdapterPhysicalPaths;BounceBizTalk;
-->

<UndeployDependsOn>
CustomPreInitialize;
FrameworkInitialize;
CustomPostInitialize;
CustomUndeployTarget;
UndeployBam;
UndeployComponents;
UndeployExternalAssemblies;
UndeploySharedAssemblies;
UndeployVDirs;
UndeployVocabAndRules;
UndeploySSO;
CustomPostUndeployTarget;
CustomFinalUndeploy
</UndeployDependsOn>
</PropertyGroup>
Now my only issue is the inability to create nested virtual directories. Is this possible in BTDF 5.5 using the VDirList item?

Cheers,
Dan

Viewing all articles
Browse latest Browse all 1089

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>