Ask questions and get good answers on mb.jQuery.components

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"

asked Sep 15 '10 at 15:35

MarkNYC212's gravatar image

MarkNYC212
111

edited Sep 16 '10 at 16:31

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129


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.

answered Sep 16 '10 at 16:31

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×6
×2
×1
×1
×1

Asked: Sep 15 '10 at 15:35

Seen: 730 times

Last updated: Sep 16 '10 at 16:31

jQuery main site - Matteo Bicocchi