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: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. 系统找不到指定的文件。Source Error: 
[No relevant source lines]
 Source File: none    Line: 0 Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. 

解决方案 »

  1.   

    应该是,把ASP.NET Ajax dll配置在web.config文件里
      

  2.   

    不是吧,你上传AJAX的DLL了吗?
      

  3.   

    System.Web.Extensions
    你把这个Dll引用到你的程序里面,编译后会放在你的程序里面.
    放到空间里面就可以了.
      

  4.   

    把System.Web.Extensions.dll文件放到bin文件夹里面就ok了
      

  5.   

    Line 28:  <assemblies>
    Line 29:  <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
    Line 30:  <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></assemblies>
    Line 31:  </compilation>
    Line 32:  <httpHandlers>