天天看点

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文件必须放在根目录下