• 日常搜索
  • 端口查询
  • IP查询
  • 在线工具
  • 搜本站

System.Web.UI.PageHandlerFactory 没有实现 IHttpModule

System.Web.UI.PageHandlerFactory 没有实现 IHttpModule。

说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.Configuration.ConfigurationErrorsException: System.Web.UI.PageHandlerFactory 没有实现 IHttpModule。

源错误:

执行当前 Web 请求期间生成了未经处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。

堆栈跟踪:

[ConfigurationErrorsException: System.Web.UI.PageHandlerFactory 没有实现 IHttpModule。]
   System.Web.Configuration.Common.ModulesEntry..ctor(String name, String typeName, String propertyName, ConfigurationElement configElement) +9972889
   System.Web.HttpApplication.BuildIntegratedModuleCollection(List`1 moduleList) +156
   System.Web.HttpApplication.GetModuleCollection(IntPtr appContext) +1068
   System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +82
   System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +173
   System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +336
   System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +296

[HttpException (0x80004005): System.Web.UI.PageHandlerFactory 没有实现 IHttpModule。]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +10075596
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +95
   System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +254

 


版本信息: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.7.3062.0

解决方案:

打开IIS:

System.Web.UI.PageHandlerFactory 没有实现 IHttpModule  第1张

把集成模式改成经典:

System.Web.UI.PageHandlerFactory 没有实现 IHttpModule  第2张

测试一切正常:

System.Web.UI.PageHandlerFactory 没有实现 IHttpModule  第3张

END!!!


文章目录
  • System.Web.UI.PageHandlerFactory 没有实现 IHttpModule。
  • 解决方案:
  • 发表评论