• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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