日期:2014-05-18  浏览次数:20451 次

ASP.NET配置环境的BUG,需要高手指点
配置错误 
说明: 在处理向该请求提供服务所需的配置文件时出错。请检查下面的特定错误详细信息并适当地修改配置文件。 

分析器错误信息: 未能加载文件或程序集“Intelligencia.UrlRewriter”或它的某一个依赖项。系统找不到指定的文件。 (C:\Inetpub\wwwroot\dotNETCMS\web.config line 18)

源错误: 


行 16: <system.web>
行 17: <httpModules>
行 18: <add name="UrlRewriter" type="Intelligencia.UrlRewriter.RewriterHttpModule, Intelligencia.UrlRewriter" />
行 19: </httpModules>
行 20: <httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="51400" executionTimeout="60" />
 

源文件: C:\Inetpub\wwwroot\dotNETCMS\web.config 行: 18 


--------------------------------------------


------解决方案--------------------
看看下面的别人的文章,应该可以解决:
http://www.flyso.net/log_581.html
------解决方案--------------------
有没有将相应的DLL文件放到BIN目录?