CANN/GE ACL BLAS矩阵乘句柄创建API
2026/9/10 21:05:43
要对服务进行配置,首先需删除自动生成的配置。具体操作如下:
1. 打开PaymentService项目中的web.config文件。
2. 删除整个<system.serviceModel>元素及其内容,使web.config文件如下所示:
<?xml version="1.0"?> <configuration> <system.web> <compilation debug="true" strict="false" explicit="true" targetFramework="4.0" /> </system.web> <system.webServer> <modules runAllManagedModulesForAllRequests="true"/> </system.webServer> </configuration>接下来,要对服务进行详细配置,步骤如下:
1. 在web.config