Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Error : 405 – HTTP verb used to access this page is not allowed  (Read 3258 times)

0 Members and 1 Guest are viewing this topic.

jominj

  • Guest
Some times we may get the following error while accessing webadmin in the control panel:
Error : 405 – HTTP verb used to access this page is not allowed


This error is due to some ASP component wasn’t installed in IIS, and its necessary to Webadmin.

To solve this issue please follow the below steps:
  • Login to the server via Remote Desktop
  • Access Commad Prompt (Run -> cmd)
  • Execute the commands in the order :
Code: [Select]
C:\>cd %plesk_bin% (this will change to the Plesk bin directory)
 C:\Program Files (x86)\Parallels\Plesk\admin\bin>defpackagemng –fix–type=sqladminmssql

That's all this will fix the issue !