我照着雪尘的博客中ASP.NET2.0中实现URL重写http://blog.csdn.net/Snowdust/archive/2007/01/10/1478763.aspx
进行调试运行出现了错误,
分析器错误信息: 未能加载文件或程序集“UrlRewrite”或它的某一个依赖项。系统找不到指定的文件。 (G:\www\rewrite\web.config line 23)
源错误:
行 21: -->
行 22: <httpModules>
行 23: <add name= "MyHttpModule " type= "UrlRewrite.MyHttpModule,UrlRewrite "/>
行 24: </httpModules>
行 25: <compilation debug= "true "/>
源文件: G:\www\rewrite\web.config 行: 23
请问高手该如何修改啊?
------解决方案--------------------------------------------------------
不要他的方案了。换一个!