The HTTP verb POST used to access path '/test.html' is not allowed

前端 未结 5 1748
眼角桃花
眼角桃花 2021-01-19 13:55

Below is my code:

5条回答
  •  自闭症患者
    2021-01-19 14:22

    The first that comes to mind is permissions.

    What version of IIS ? By default IIS6 prevents a post to a HTML file.

提交回复
热议问题