Core deploy the project to delete the IIS, put predicate is not supported

Solution : Add the following code in the web.config node system.webServer

    <modules runAllManagedModulesForAllRequests="true">
      <remove name="WebDAVModule" />
    </modules>

Guess you like

Origin www.cnblogs.com/yuchenghao/p/11412117.html