0

CyberSource, our payment gateway, requires the registration of three DLLs for use by my e-commerce software. These DLLs must be registered using regsvr32. CyberSource ensures the safety and functionality of these DLLs.

Our e-commerce website's API is hosted in Azure Web API. I would like to know if there's a way to register these DLLs, if not, What are my options using Azure services.

Thanks in advance.

4

1 回答 1

1

Azure App Service 正在添加对Windows Containers的支持,您可以对其进行自定义。

或者由于regsvr32暗示 .dll 是一个 COM 组件,您也许可以使用免注册 COM 互操作

于 2019-02-05T00:01:34.330 回答