Server Error in '/' Application.--------------------新人求助
我将一个网站(B站)放在另外一个网站(A战)的目录下,想利用A站的外网地址直接访问B站的文件,发生了这样的错误,求解???新人,求帮助。谢谢额!
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 'ExtAspNet' or one of its dependencies. 系统找不到指定的文件。
Source Error:
Line 20: </httpModules>
Line 21: <httpHandlers>
Line 22: <add verb="GET" path="res.axd" type="ExtAspNet.ResourceHandler, ExtAspNet"/>
Line 23: </httpHandlers>
Line 24: <pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
Source File: E:\ChangZhou_Hyundai\webui\web.config Line: 22
Assembly Load Trace: The following information can be helpful to determine why the assembly 'ExtAspNet' 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:4.0.30319; ASP.NET Version:4.0.30319.272
------解决方案--------------------“系统找不到指定的文件”,基本是路径问题,查查你的文件,特别是引用的dll文件
------解决方案--------------------这种提示,没猜错的话,是路径没处理好