• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Handler "Plesk_Handler_0489661283" has a bad module "ManagedPipelineHandler" in its m

A

Ali Raza

Guest
I have Plesk 9.5 Win 2008 64bit Asp.net 3, 3.5, IIS 7.5

I just migrated domains using PMM from Plesk 8.6 and all ASP.NET websites stopped working. They showing following error.

Please help us urgently.





Error Summary
HTTP Error 500.21 - Internal Server Error
Handler "Plesk_Handler_0489661283" has a bad module "ManagedPipelineHandler" in its module list
Detailed Error Information
Module IIS Web Core
Notification ExecuteRequestHandler
Handler Plesk_Handler_0489661283
Error Code 0x8007000d
Requested URL http://domainame.org:80/Index.aspx
Physical Path d:\inetpub\vhosts\domainanme.org\httpdocs\Index.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".

Links and More Information IIS core does not recognize the module.

View more information »
 
Plesk creates application pools in Integrated mode and not other way. If you switch application pool to classic mode then you need to redefine the handlers directly in web.config. Otherwise you will get this error:

HTTP Error 500.21 - Internal Server Error
Handler "Plesk_Handler_071139544" has a bad module "ManagedPipelineHandler" in its module list
 
Back
Top