How do I Configure IIS to accept POST requests?

后端 未结 2 1896
情话喂你
情话喂你 2020-11-30 11:28

I know by default IIS doesn\'t accept post requests how can I change this setting. Can someone walk me through changing this (step by step).. Please?

相关标签:
2条回答
  • 2020-11-30 12:09

    If it's related to an asp.net app you might be able to set it in your web.config as described here.

    0 讨论(0)
  • 2020-11-30 12:15

    If you are using IIS 6 and lower:

    From inside the IIS management screen right click on your website or virtual directory. Go to Properties then go to the Home Directory or Virtual Directory tab and click on the Configuration button. From there you can add/update extensions and what Verbs are accepted.


    If you are using IIS 7:

    From inside the IIS management screen click on Handler Mappings. You can add by clicking the links on the right side or double-click on an item to edit it.

    picture of handler mappings location

    0 讨论(0)
提交回复
热议问题