ASP.NET:在生产环境中获取System.Web.HttpUnhandledException

时间:2014-03-05 13:46:21

标签: c# asp.net iis-7.5

我正在尝试托管在ASP.NET 4 Webforms中开发的网站。虽然它在我的Visual Studio 2012中运行得很好,但它不在远程IIS(版本7.5)。

以下是异常的堆栈跟踪: -

Exception of type 'System.Web.HttpUnhandledException' was thrown.
   at System.Web.UI.Page.HandleError(Exception e)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

有人可以帮我解决这个问题吗?

0 个答案:

没有答案