后台点了一次“自定义表单”-“下载中心”里的“更新文件”按钮,前台首页导航栏的“发稿排行”和“网站统计”就显示不正常了,发稿排行栏内显示为:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS1525: Invalid expression term '{'
Source Error:
Line 2: <% @ Import NameSpace="System.Data"%>
Line 3: <% @ Import NameSpace="System.Data.OleDb"%>
Line 4: <%conn.Open();Read_Data({pa:Model_Id});%><html>
Line 5: <head>
Line 6: <style type="text/css">
Source File: d:\pageadmin\gov6_red\e\zdymodel\article\custom\135.aspx Line: 4
网站统计栏内显示为:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS1525: Invalid expression term '{'
Source Error:
Line 2: <% @ Import NameSpace="System.Data"%>
Line 3: <% @ Import NameSpace="System.Data.OleDb"%>
Line 4: <%conn.Open();Read_Data({pa:Model_Id});%><script language="c#" runat="server">
Line 5: string TheTable,sql;
Line 6: OleDbCommand comm;
错误信息,XIYOU 我该怎么办呢?