Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Request method 'PUT' not supported

  1. #11

    Default

    Usually what this error means is that there is not a method in the controller that will handle a PUT request for the url mapping being supplied. I think PUK_999 was onto the right path. I'd double check the path in the request url.

  2. #12
    Join Date
    May 2007
    Posts
    7

    Default

    Quote Originally Posted by jonsinfinity View Post
    Usually what this error means is that there is not a method in the controller that will handle a PUT request for the url mapping being supplied. I think PUK_999 was onto the right path. I'd double check the path in the request url.
    Yes,you are right. Thanks.
    And Thanks PUK_999.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •