Lately I was working on automating the whole build and deployment process of our client's Biztalk solution, I noticed this one (wonderful) thing about the binding file for a receive port. There is a tag called “Enable” which takes the value true or false. If you set this value to “True“, the receive location will automatically be enabled and ready to pickup messages once you deploy the binding file using either the Deployment wizard, or the btsdeploy tool that comes with Biztalk,...