我在本地安装了PG,制作好网站后想把他上传到web空间,但是我把wwwroot里的所有文件上传到空间后,在IE中输入
www.xxx.cn就报错了,错误提示如下:
哪位好心人帮我看看是怎么回事呢,空间支持ASP.net 2.0版本,
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 63: <system.web>Line 64: <httpHandlers>Line 65: <add verb="*" path="*.html" type="URLRewriter.RewriterFactoryHandler, URLRewriter" />Line 66: </httpHandlers>Line 67: <pages validateRequest="false" /> |
Source File: D:\vhostroot\LocalUser\haft\www\web.config Line: 65
Assembly Load Trace: The following information can be helpful to determine why the assembly 'URLRewriter' could not be loaded.
WRN: Assembly binding logging is turned OFF.To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.Note: There is some performance penalty associated with assembly bind failure logging.To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. |
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433