IIS里打开aspx文件出现 Server Error in '/' Application.

来源:百度知道 编辑:UC知道 时间:2024/06/09 10:10:06
IE出现内容如下:

Server Error in '/' Application.
--------------------------------------------------------------------------------

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 'URLRewriter' or one of its dependencies. 系统找不到指定的文件。

Source Error:

Line 143: </httpModules>
Line 144: <httpHandlers>
Line 145: <add verb="*" path="*.aspx" type="URLRewriter.RewriterFactoryHandler, URLRewriter" />
Line 146: <add verb="*" path="*.htm" type="URLRewriter.RewriterFactoryHandler, URLRewriter" />
Line 147: <add verb="POST,GET" path="ajaxpro/*.ashx"

IIS筛选器配正确 绿色向上
还是不可以
http://www.cnphpdoc.com/html/service/20071030/271.html你看下这个