|
I have done everything correctly to get mb.exdtruder working perfectly in my local environment, but I keep getting a 'Method not allowed' error. Can you help? 405.0 - Method not allowed. The request is made by using an HTTP method that is not valid. For more information, click the following article number to view the article in the Microsoft Knowledge Base: 942051 (http://support.microsoft.com/kb/942051/ ) Error message when a user visits a Web site that is hosted on a server that is running Internet Information Services 7.0: "HTTP Error 405.0 - Method not allowed" |
|
All Ajax calls made by the component use a POST method; it seams that your server doesn't allow this method and this is why you can't get the content. To solve the problem you need to change from POST to GET all the ajax calls method in the jquery.mb.extruder.js file. |


