PageAdmin网站内容管理系统(CMS)交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

版主,装dz nt问题。 [复制链接]

1#
装完pageadmin主页显示没有问题,接下来装的dz nt,修改好文件上传,输入安装路径在打开网页,主页也显示错误了,见下:
Server Error in '/' Application.
--------------------------------------------------------------------------------

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: The entry 'HttpModule' has already been added.

Source Error:


Line 18:    <httpModules>
Line 19:      <add type="PageAdmin.UrlReWriteModule" name="HttpModule" />
Line 20:      <add type="Discuz.Forum.HttpModule, Discuz.Forum" name="HttpModule" />
Line 21:    </httpModules>
Line 22:


Source File: f:\wwwroot\xxxxxxxx\wwwroot\web.config    Line: 20
分享 转发
TOP
2#

<add type="PageAdmin.UrlReWriteModule" name="HttpModule" />
<add type="Discuz.Forum.HttpModule, Discuz.Forum" name="HttpModule" />

把第一个name="HttpModule" 改为name="PAHttpModule" 看看
TOP
3#

谢谢,终于安装成功
TOP
发新话题 回复该主题