Posts

Showing posts with the label iis

405 - HTTP verb used to access this page is not allowed

Just add the following config in the web.config file  <system.webServer>   <modules> <remove name="WebDAVModule" />   </modules>       <handlers> <remove name="WebDAV" />       </handlers>     </system.webServer>

The specified version of Microsoft.NetCore.App or Microsoft.AspNetCore.App was not found.

This means that .net core runtime is missing, just download it from here