天天看點

IIS6中提示:未能加載檔案或程式集“AjaxPro.2”或它的某一個依賴項錯誤

Parser Error Message: Could not load file or assembly 'AjaxPro.2' or one of its dependencies. 系統找不到指定的檔案。

Source Error:

Line 17: <httpHandlers>

Line 18:     

Line 19: <add path="Ajaxpro/*.ashx" verb="POST,GET" type="AjaxPro.AjaxHandlerFactory,AjaxPro.2"/>

Line 20: </httpHandlers>

Line 21: <!--

Source File: D:\wwwroot\200\zhenghan56\web\web.config    Line: 19

Assembly Load Trace: The following information can be helpful to determine why the assembly 'AjaxPro.2' could not be loaded.

解決辦法:

最終把IIS裡的一個虛拟目錄做成了網站目錄,運作就沒有錯誤了。(我是直接将虛拟目錄改成網站目錄就OK!)

看起來像是web.config檔案必須放在根目錄下