web config - application configuration in biztalk -


i developed biztalk orchestration calling custom library method. since custom library consuming web service , writing data database therefore reads various info database connection string , wcf service endpoint address appconfig. put custom library gac , deployed biztalk application unable find place can put appconfig used custom library.

i googled , found append config file in btsntsvc.exe placed under :\program files (x86)\microsoft biztalk server 2013, not recommended way.

you can save configuration in btsntsvc.exe.config, file contains biztalk host configurations. take in mind, if you'll have syntax error in config file - you'll have troubles running biztalk engine. best solution use cache layer consume c# class library orchestration.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -