IIS未处理的执行错误FileLoadException

时间:2016-08-05 15:52:38

标签: asp.net .net iis web

我已经将一个网站部署到了测试环境服务器,虽然它在Dev环境中运行良好,但我从IIS中收到了一个非常神秘的错误。

Unhandled Execution Error

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.IO.FileLoadException: 

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace: 


[FileLoadException]
   System.ServiceModel.Activation.ServiceHttpModule.BeginProcessRequest(Object sender, EventArgs e, AsyncCallback cb, Object extraData) +0
   System.Web.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +12336350
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +288

是否有人知道可能导致此问题的原因,或者有没有办法获得更好的堆栈跟踪以查看潜在问题?

由于

0 个答案:

没有答案