回发错误?

| 我不知道为什么有人知道这个错误? 在Win7 IIS7和另一个Server 2008 IIS7上发布时,我的ASP.Net页工作正常,但是今天当我为另一个Server 2008做相同的操作时,所有的Ajax回发都会出现此错误:
#Exception Message: 
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 ASP.office_desktop_wlogin_aspx.ProcessRequest(HttpContext context) in c:\\Windows\\Microsoft.NET\\Framework64\\v4.0.30319\\Temporary ASP.NET Files\\paradigmasp\\77933d43\\29398497\\App_Web_npn2130s.2.cs:line 0
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
我想知道错误的可能原因是什么? 提前致谢...     
已邀请:
您是否检查过所有设置以确保站点设置完全相同?我认为我要看的主要两件事是: AppPool-确保两个站点在应用程序池中都使用相同版本的.NET 目录权限-检查目录以确保IIS可以访问它 除了AJAX请求之外,网站是否可以正常运行?     

要回复问题请先登录注册