17 lines
686 B
XML
17 lines
686 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- To customize the asp.net core module uncomment and edit the following section.
|
|
For more info see https://go.microsoft.com/fwlink/?linkid=838655 -->
|
|
|
|
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
|
<location>
|
|
<system.webServer>
|
|
<modules xdt:Transform="InsertIfMissing">
|
|
<remove name="WebDAVModule" xdt:Transform="InsertIfMissing"/>
|
|
</modules>
|
|
<handlers xdt:Transform="InsertIfMissing">
|
|
<remove name="WebDAV" xdt:Transform="InsertIfMissing" />
|
|
</handlers>
|
|
</system.webServer>
|
|
</location>
|
|
</configuration> |