khcjump
8/24/2016 - 10:52 AM

IIS OPTION and Auth

IIS OPTION and Auth

<system.web>
  <authentication mode="Windows" />
  <authorization>
    <allow verbs="OPTIONS" users="*"/>
    <deny users="?" />
  </authorization>
</system.web>