• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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