Merge pull request #1957 from Rodien/dev
Added web.Release.config to include remove WebDAV during the publish stage of a release
This commit is contained in:
commit
efe6421133
14
Oqtane.Server/web.Release.config
Normal file
14
Oqtane.Server/web.Release.config
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<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>
|
Loading…
Reference in New Issue
Block a user