我开发了一个Web应用程序,它在本地服务器上运行良好。当我在网上上传网站时,我点击一些按钮,我收到此错误。我正在使用母版页,但我没有将scriptmanager放在母版页中,我将scriptmanager标记放在每个页面中。它在本地服务器上工作正常,但它在网上出错。 请你帮我。谢谢
Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error details
and modify your source file appropriately.
Parser Error Message: Unknown server tag 'asp:ScriptManager'.
Source Error:
Line 9: <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
Line 10:
Line 11: <asp:ScriptManager ID="ScriptManager1" runat="server">
Line 12: </asp:ScriptManager>
Line 13: <asp:UpdatePanel id="UpdatePanel2" runat="server" UpdateMode="Conditional">
答案 0 :(得分:1)
首先,您应该将本地web.config与生产web.config进行比较。您可能错过了与ajax相关的一个或多个配置项。
这里有一个关于如何配置ajax应用程序的参考:
http://www.asp.net/ajax/documentation/live/ConfiguringASPNETAJAX.aspx
答案 1 :(得分:0)
确保将在线站点设置为使用正确版本的.net框架。 可能是3.5