最新的论坛单独发布能够正常运行,但是当我把现有系统与论坛整合后,出现如下错误.
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
istItem Value="0" Selected="True">关闭</asp

istItem>
<asp

istItem Value="1">完全启用</asp

istItem>
<asp

istItem Value="2">启用, 但用户从搜索引擎点击时自动转向动态页面</asp:ListItem>
<asp:ListItem Value="3">启用, 但用户使用浏览器访问时自动转向动态页面</asp:ListItem>
</cc1:RadioButtonList>
中的
cc1:RadioButtonList : 服务器标记的格式不正确.
asp:ListItem :元素"ListItem"不是已知元素,原因可能是网站中存在编译错误.请问怎么办呀.是否有整合后的Web.config.