Discuz!NT官方社区

首页 » Discuz!NT开发与测试 » Discuz!NT整合 » 怎么将现有系统与论坛进行整合.请求版主回复,急急急....
murphysoft - 2007-12-28 15:51:00
最新的论坛单独发布能够正常运行,但是当我把现有系统与论坛整合后,出现如下错误.
admin\global\global_searchengine.aspx文件:
<cc1:RadioButtonList ID="archiverstatus" runat="server" RepeatColumns="1" HintTitle="提示" HintShowType="down" HintHeight="80"
                                HintInfo="Discuz!NT Archiver 能够将论坛公开的内容模拟成静态页面, 以便搜索引擎获取其中的内容. 高级使用技巧请参考《用户使用说明书》"
                                HintTopFirefoxOffset="60">
                                <asp:ListItem Value="0" Selected="True">关闭</asp:ListItem>
                                <asp:ListItem Value="1">完全启用</asp:ListItem>
                                <asp:ListItem Value="2">启用, 但用户从搜索引擎点击时自动转向动态页面</asp:ListItem>
                                <asp:ListItem Value="3">启用, 但用户使用浏览器访问时自动转向动态页面</asp:ListItem>
</cc1:RadioButtonList>

中的cc1:RadioButtonList  : 服务器标记的格式不正确.
      asp:ListItem :元素"ListItem"不是已知元素,原因可能是网站中存在编译错误.
请问怎么办呀.是否有整合后的Web.config.
1
查看完整版本: 怎么将现有系统与论坛进行整合.请求版主回复,急急急....