IIS 7.5中的HTTP错误

问题描述:

我是学生和不同语言的学习者,我正在使用Window 7专业我在Visual Studio 10中制作了我的ASP网站并将其发布在我的本地IIS 7.5上,但它在尝试时给出了模块处理程序的错误访问网站,bellow是错误代码...



HTTP错误500.21 - 内部服务器错误处理程序PageHandlerFactory-Integrated在其中有一个错误的模块ManagedPipelineHandler模块列表

模块IIS Web核心

通知ExecuteRequestHandler

处理程序PageHandlerFactory-Integrated

错误代码0x8007000d >




请帮帮我..谢谢大家

Hi, I am a student and Learner of different languages, I am using Window 7 profession I made my ASP website in visual studio 10 and publish it on my local IIS 7.5, but it gives error of of module handler while try to visit site, bellow is the error code...

"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
"

Please help me out.. thanks everybody

看起来像你的asp.net可能无法在IIS中正确注册



如果是这样,您可能希望(重新)在IIS中注册.NET框架,例如:

尝试此命令 %windir%\ Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i



注意:根据您希望使用的.NET框架更改上述行





干杯,

Edo
Looks like your asp.net might not be registered properly in the IIS

If so, you might want to (re)register the .NET framework in the IIS e.g.:
try this command %windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i

NOTE: Alter the above line according to the .NET framework you wish to use of course


Cheers,
Edo