diff --git a/aspnetcore/host-and-deploy/iis/modules.md b/aspnetcore/host-and-deploy/iis/modules.md
index 4e37a7fbe5..6ee54d066a 100644
--- a/aspnetcore/host-and-deploy/iis/modules.md
+++ b/aspnetcore/host-and-deploy/iis/modules.md
@@ -50,6 +50,7 @@ The table indicates native IIS modules that are functional with ASP.NET Core app
| **Token Caching**
`TokenCacheModule` | Yes | |
| **URI Caching**
`UriCacheModule` | Yes | |
| **URL Authorization**
`UrlAuthorizationModule` | Yes | [ASP.NET Core Identity](xref:security/authentication/identity) |
+| **WebDav**
`WebDAV` | No | |
| **Windows Authentication**
`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 \](/iis/configuration/system.webServer/)
\ No newline at end of file
+* [IIS \](/iis/configuration/system.webServer/)