Starter with BizTalk, so apologies if this is an well known query …
I’m setting up a solution to deploy, driven by a batch file so it’s reproducible
– I’ve got a binding file that works but I’ve now added on my MSMQ adapters
– works on my local machine, but I’ve found I have to add a userid and password to get it to work on the actual server
– it’s in the domain, my virtual dev machine is just workgroup
Is there someway to add the userid and password to the file ?
– seems unlikely as that’d have the password in clear text, but what’s the solution
– I sort of think something w.r.t. SSO, but that is an area I’ve not been near