Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7728239
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T05:40:07+00:00 2026-06-01T05:40:07+00:00

I started to do some experimentation with iisnode and expressjs to create a REST

  • 0

I started to do some experimentation with iisnode and expressjs to create a REST like API with node.

So on the server.js I created something like

app.put("/test", function(req, res){
    ...
});

However, when I execute the PUT request I get a 405 Method not allowed from the IIS 7.5 installation.

Any idea on how to solve this?

BTW, I googled already and tried to add the PUT verbs here and there in the different Handler Mappings with no success…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T05:40:08+00:00Added an answer on June 1, 2026 at 5:40 am

    I now finally found the solution to this problem namely the WebDavModule was blocking my PUT requests.

    To resolve the issue:

    1. Open your IIS Manager
    2. Goto your application configuration and open “Modules”
    3. Search WebDavModule and remove it (menu on the right)

    It then worked for me.

    Alternatively, in your application’s web.config add

    <system.webServer>
        ...
        <modules>
           <remove name="WebDAVModule"/>
        </modules>
    </system.webServer>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just started learning some ruby, and I want to do something like this:
Recently in our work, I've started getting some experience with SEO (finally). It's something
I started some local mercurial projects which I would like to start sharing. I
I just started doing some Android app development, and I decided I'm going to
I have started some code, and I would like to be able to enter
I've just started testing some upload utility i've built and put 47 items for
I've just started doing some work with Google Closure, and I'd like to move
We use a teamcity server to do CI for some things, we have started
I've recently started upgrading some applications to use Spring Webflow 2, and I want
I've just started doing some real-world performance testing on my Fluent NHibernate / SQLite

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.