remove web.release.config as it causes installation issues in pure .net core environments (see #1957)
This commit is contained in:
parent
1c7380d4cf
commit
250701aff0
|
@ -1,14 +0,0 @@
|
|||
<?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