【发布时间】:2012-04-19 10:25:37
【问题描述】:
我在尝试安装 WebORB 4.5 并运行其管理控制台时遇到问题。
由于使用 exe 安装根本不起作用,所以我使用 zip install process 。 当我想访问控制台(第 3 步)时,我收到很多错误弹出窗口“发送失败...”
运行诊断告诉我存在配置错误:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Unrecognized configuration section system.serviceModel.
Source Error:
Line 121: </system.webServer>
Line 122:
Line 123: <system.serviceModel>
Line 124:
Line 125: <services>
Source File: C:\Program Files\WebORB for .NET\4.5.0.31\web.config Line: 123
我目前的配置:
- 操作系统:Windows 2000 服务器
- .Net:2.0.50727 SP2
- WebORB:4.5.0.31
我无法在其他论坛上找到准确的答案,但我认为这不仅仅是 WebORB 的问题。我已经看到 system.serviceModel is not supported before .Net 3.0 但由于 WebORB 4.5 提供了在安装过程中使用 .Net 2.0 版本的机会,我想知道该怎么做...如果我删除 system .serviceModel,它也不起作用。
需要帮助!谢谢。
【问题讨论】: