Hello! I have created a dll using c# and which is calling a Bizagi workflow engine webservice, so the endpoint is stored in the app.config like: <endpoint address="http://xxx/proj/WebServices/WorkflowEngineSOA.asmx" binding="basicHttpBinding" bindingConfiguration="WorkflowEngineSOASoap" contract="ProjWFE.WorkflowEngineSOASoap" name="WorkflowEngineSOASoap" /> After the code compile, I can upload the dll to the component library but not success to upload the dll.config file, so should I continue to upload the dll.config file or there is another way to do this? Please advise, thank you so much!
↧