AJAX.NET 1.0 Configuration Error 解決方案

來源:互聯網
上載者:User
開發環境:XP-sp2; VS 2005; IIS 5.1; ASP.NET 2.0 AJAX Extensions

測試環境:Windows Server 2003-sp1; IIS 6.0;

在本地我們調試運行AJAX.NET程式完全沒有問題,但是一旦上傳到伺服器就會出現很多Web.config檔案異常。以下是兩個最為典型的異常資訊:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration 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. 系統找不到指定的檔案。

Configuration Error 
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 

Parser Error Message: Could not load file or assembly 'System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. 系統找不到指定的檔案。

這個問題產生的原因還是出在微軟本身,原本我們發布網站的時候都會自動產生dll檔案到程式的bin目錄。但是AJAX.NET 1.0無法自動添加關鍵dll檔案到bin目錄。因此需要我們手動添加。

方法很簡單,找到你安裝AJAX.NET 1.0的目錄,一般是C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025

把裡面的System.Web.Extensions.dll檔案和System.Web.Extensions.Design.dll檔案複製到bin目錄下就可以了。當然複製哪個檔案要看你Web.config檔案的異常資訊而定。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.