Update to indicate webdav isn't supported (#25459)

pull/25462/head
Barry Dorrans 2022-03-29 07:04:51 -07:00 committed by GitHub
parent 7f0d20f696
commit e400c8b1b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -50,6 +50,7 @@ The table indicates native IIS modules that are functional with ASP.NET Core app
| **Token Caching**<br>`TokenCacheModule` | Yes | |
| **URI Caching**<br>`UriCacheModule` | Yes | |
| **URL Authorization**<br>`UrlAuthorizationModule` | Yes | [ASP.NET Core Identity](xref:security/authentication/identity) |
| **WebDav**<br>`WebDAV` | No | |
| **Windows Authentication**<br>`WindowsAuthenticationModule` | Yes | |
&#8224;The URL Rewrite Module's `isFile` and `isDirectory` match types don't work with ASP.NET Core apps due to the changes in [directory structure](xref:host-and-deploy/directory-structure).
@ -163,4 +164,4 @@ The HTTP Caching Module (`HttpCacheModule`) implements the IIS output cache and
* [Introduction to IIS Architectures: Modules in IIS](/iis/get-started/introduction-to-iis/introduction-to-iis-architecture#modules-in-iis)
* [IIS Modules Overview](/iis/get-started/introduction-to-iis/iis-modules-overview)
* [Customizing IIS 7.0 Roles and Modules](/previous-versions/tn-archive/cc627313(v=technet.10))
* [IIS \<system.webServer>](/iis/configuration/system.webServer/)
* [IIS \<system.webServer>](/iis/configuration/system.webServer/)