Update to indicate webdav isn't supported (#25459)
parent
7f0d20f696
commit
e400c8b1b4
|
@ -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 | |
|
||||
|
||||
†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/)
|
||||
|
|
Loading…
Reference in New Issue