安装了Bentley Web Services的网关服务器用于各种平台上运行的服务、用户和移动端的数据访问。安装包可以从bentley官方网站下载,这篇安装说明的安装包是mas02000465en.exe。
a. 64-bit Windows Server 2008 R2 SP1, IIS 7.5 with ASP.NET configured
b. 64-bit Windows Server 2012, IIS 8 with ASP.NET configured
c. 64-bit Windows Server 2012 R2, IIS 8.5 with ASP.NET configured
a. Application Development
- ASP.NET
- .NET Extensibility
- ISAPI Extensions
- ISAPI Filters
b. Performance
- Dynamic Content Compression
Bentley ProjectWise Explorer SS4 (08.11.11.111) or SS4 RU (08.11.11.590) or CONNECT Edition (10.00.01.56).
运行mas02000465en.exe后,在解压缩的C:\BentleyDownloads\mas02000465en里面分别安装BentleyWebServicesGateway02.00.exe和BentleyWSGProjectWisePlugin02.00.exe
测试发布:在IE中输入https://localhost/ws
常见问题:
提示Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel
解决:.Net Framework4.0被.Net Framework 3.5覆盖了,只需要重新注册一下.Net Framework 4.0组件即可,方法如下:
开始——运行——输入C:/Windows/Microsoft.NET/Framework/v4.0.30319/aspnet_regiis.exe -iru回车即可。