angular 2项目发布到IIS 10出现405错误

时间:2018-09-05 13:02:54

标签: angular iis-10

结果是在邮递员中发布到项目

<div id="header">
  <h1>Server Error</h1>
</div>
<div id="content">
  <div class="content-container">
    <fieldset>
      <h2>405 - HTTP verb used to access this page is not allowed.</h2>
      <h3>The page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt access.</h3>
    </fieldset>
  </div>
</div>

0 个答案:

没有答案