Error on Ajax Page

Discussion in 'ASP.NET 2.0' started by wisemx, Feb 21, 2008.

  1. Cool. [​IMG]
    You just may help someone in the future with this followup.
     
  2. Have a site working fine on my local dev server. Copy up to hosting here and getting the following.. see below.. confirmed that my web.config has all the proper entries including proper assebly and version.. anything i need to do to enable ajax and the ajax tool kit? and yes my bin has the necessary dll's. help!


    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:





    Code:
    Line 16:     <div>
    Line 17:     
    Line 18:             <asp:ScriptManager ID="ScriptManager1" runat="server">
    Line 19:     </asp:ScriptManager>
    Line 20: 
    Source File: /manage/Default.aspx Line: 18
     
  3. ok never mind.. it would of helped if I uploaded my web.config file [​IMG]
     

Share This Page