【发布时间】:2014-04-09 03:14:43
【问题描述】:
我在设置本地站点时遇到问题。
该项目使用 ASP.NET Framework 4.0,我的 DefaultAppPool 可以将 4.0 与集成的托管管道模式一起使用。
这是我得到的错误:
HTTP Error 500.21 - Internal Server Error
Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list
Module IIS Web Core
Notification ExecuteRequestHandler
Handler PageHandlerFactory-Integrated
Error Code 0x8007000d
Requested URL http://localhost:80/default.aspx
Physical Path C:\Snugabye\Website\default.aspx
Logon Method Anonymous
Logon User Anonymous
Most likely causes:
Managed handler is used; however, ASP.NET is not installed or is not installed completely.
There is a typographical error in the configuration for the handler module list.
Things you can try:
Install ASP.NET if you are using managed handler.
Ensure that the handler module's name is specified correctly. Module names are case-sensitive and use the format modules="StaticFileModule,DefaultDocumentModule,DirectoryListingModule".
在控制面板 -> 程序 -> 打开/关闭窗口功能我看到的只是 Microsoft .NET Framework 3.5.1,没有任何关于 4.0 的内容是我遗漏的吗?
【问题讨论】:
-
请问是什么风格/版本的 Windows/SP?
-
Dipak Patil 和 iberodev 都发布了引导我解决问题的答案。您会考虑将您的问题标记为已解决吗?还是你还有这个问题?