AJAX.NET 1.0 “Sys未定義” 解決方案

來源:互聯網
上載者:User

按如下片斷修改你的web.config檔案!

 1 <system.web>
 2     <!-- 
 3             設定 compilation debug="true" 將偵錯符號插入
 4             已編譯的頁面中。但由於這會 
 5             影響效能,因此只在開發過程中將此值 
 6             設定為 true。
 7         -->
 8     <compilation debug="true">
 9       <assemblies>
10         <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
11         <add assembly="System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
12         <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
13         <add assembly="System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
14       </assemblies>
15     </compilation>
16     <!--
17             通過 <authentication> 節可以配置 ASP.NET 使用的 
18             安全身分識別驗證模式,
19             以標識傳入的使用者。 
20         -->
21     <httpHandlers>
22       <remove verb="*" path="*.asmx"/>
23       <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
24       <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
25       <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
26     </httpHandlers>
27 
28     <authentication mode="Windows"/>
29     <!--
30             如果在執行請求的過程中出現未處理的錯誤,
31             則通過 <customErrors> 節可以配置相應的處理步驟。具體說來,
32             開發人員通過該節可以配置
33             要顯示的 html 錯誤頁
34             以代替錯誤堆疊追蹤。
35 
36         <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
37             <error statusCode="403" redirect="NoAccess.htm" />
38             <error statusCode="404" redirect="FileNotFound.htm" />
39         </customErrors>
40         -->
41   </system.web>
42 
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.