MIDAS Knowledge Base MIDAS Knowledge Base

How to fix "405.0 Method Not Allowed" errors when installing MIDAS

When installing a self-hosted edition of our MIDAS room booking and resource scheduling software on an Internet Information Services (IIS) server, if you encounter an "HTTP Error 405.0 - Method Not Allowed" error in your browser after accepting the License Agreement along with the accompanying message "The page you are looking for cannot be displayed because an invalid method (HTTP verb) is being used", then there is a problem with your web server's current configuration.

The page you are looking for cannot be displayed because an invalid method (HTTP verb) is being used

Specifically, your IIS sever has been set to reject HTTP "POST" requests to non-asp pages (our MIDAS software doesn't use or require asp (Active Server Pages)). MIDAS is written in the Perl programming language, and therefore makes use of .pl (Perl) scripts rather than .asp (Active Server Pages).

The error displayed in your browser indicates that your IIS system is in fact not presently configured to handle *.pl files for the HTTP "POST" method.

Configuring your IIS server/Perl mappings to permit the POST verb to .pl files should resolve this issue and allow you to continue installing our self hosted MIDAS room booking software on your system.

  1. In your Internet Information Services (IIS) Manager, select "Handler Mappings", and scroll down to the entry for *.pl files.
  2. Double click this entry and an "Edit Script Map" window will appear.
  3. Click the "Request Restrictions" button in this window, then on the "Verb" tab of the resulting window, make sure "Specify the verbs to be handled" is set to "All Verbs"
  4. Restart your IIS server

You might also be interested in...


MIDAS » KB » Support » Article 00043

← Return to the Knowledge Base