-
Notifications
You must be signed in to change notification settings - Fork 23
Inject xmlpreprocessor properties
Charlie Mott edited this page Nov 17, 2017
·
3 revisions
Wiki: Home > Tips and Tricks
On your development machine, you want to test an https receive location secured in IIS using a certificate. If you try using https://localhost/Service/MyService.svc you will receive an error such as “SecurityNegotiationException: Could not establish trust relationship for the SSL/TLS secure channel”.
Inject the machine name into the Environment Settings file using an xmlpreprocessor property.
https://${_machine_name}/Service/MyService.svc
- Original Source: https://biztalkdeployment.codeplex.com/discussions/244097
- Note: not all xmlpreprocess properties are yet supported by BTDF: https://github.com/BTDF/DeploymentFramework/issues/436