1.申请测试环境
2.修改179report.cs最下面的参数:
public static CustomsReportSetting Current = new CustomsReportSetting()
{
CertNo = "",
CertFilePath = "/cert/cert.cer",
CertPassword = "",
CorpName = "",
CorpCode = "",
ebpCode= ""
};
其中的CertFilePath = "/cert/cert.cer",是您导出的证书,替换项目中的证书文件
其他项目修改成您自己的。
3.在插有操作员卡的电脑上安装iis环境,并部署该web项目。
4.在浏览其中运行该web项目。
1