主题:  装了IIS又装了FRAMEWORK怎么出现这种状况

Syawn

职务:普通成员
等级:5
金币:10.0
发贴:2930
注册:2004/6/24 17:14:35
#12005/10/11 10:55:41
Server Error in '/aspcodetest' 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: File or assembly name URLRewriter, or one of its dependencies, was not found.

Source Error:


Line 52:         
Line 53:         <httpHandlers>
Line 54:             <add verb="*" path="*.aspx" type="URLRewriter.RewriterFactoryHandler, URLRewriter" />
Line 55:         </httpHandlers>
Line 56:


Source file: E:\web\aspcodetest\News\web.config Line: 54

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


=== Pre-bind state information ===
LOG: DisplayName = URLRewriter
(Partial)
LOG: Appbase = file:///E:/web/aspcodetest
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: URLRewriter
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/aspcodetest/726d70f4/1067072d/URLRewriter.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/aspcodetest/726d70f4/1067072d/URLRewriter/URLRewriter.DLL.
LOG: Attempting download of new URL file:///E:/web/aspcodetest/bin/URLRewriter.DLL.
LOG: Attempting download of new URL file:///E:/web/aspcodetest/bin/URLRewriter/URLRewriter.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/aspcodetest/726d70f4/1067072d/URLRewriter.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/aspcodetest/726d70f4/1067072d/URLRewriter/URLRewriter.EXE.
LOG: Attempting download of new URL file:///E:/web/aspcodetest/bin/URLRewriter.EXE.
LOG: Attempting download of new URL file:///E:/web/aspcodetest/bin/URLRewriter/URLRewriter.EXE.




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573





这是啥东西```



缺缺

职务:管理员
等级:8
金币:41.0
发贴:9620
注册:2004/1/14 19:14:47
#22005/10/11 11:01:16
这是asp.net的黄色报错界面



Syawn

职务:普通成员
等级:5
金币:10.0
发贴:2930
注册:2004/6/24 17:14:35
#32005/10/11 11:03:37
-,-
怎样纠正错误?
偶还么碰过.net的说```



缺缺

职务:管理员
等级:8
金币:41.0
发贴:9620
注册:2004/1/14 19:14:47
#42005/10/11 12:15:17
File or assembly name URLRewriter, or one of its dependencies, was not found.



Syawn

职务:普通成员
等级:5
金币:10.0
发贴:2930
注册:2004/6/24 17:14:35
#52005/10/11 12:25:52
= =|||迷茫ing...



蓝鲸

职务:版主
等级:5
金币:42.1
发贴:2614
注册:2001/12/20 15:57:57
#62005/10/11 15:40:29
可能你的web.config文件没有放在应用程序的根目录上


非常大鱼

Syawn

职务:普通成员
等级:5
金币:10.0
发贴:2930
注册:2004/6/24 17:14:35
#72005/10/12 9:08:28
web.config在哪里```



bjkkk

职务:普通成员
等级:1
金币:0.0
发贴:4
注册:2005/10/13 15:06:10
#82005/10/15 6:26:10
程序有问题或未设置好.