- Open applicationhost.config file from C:\Windows\System32\inetsrv\config
- Change this line (do this by copying the below line into Find (Ctrl + F) and press enter to go to this line):
Contents
Revisions
- December 4, 2015 @ 08:06:39 [Current Revision] by vv
- December 4, 2015 @ 08:06:39 by vv
- December 4, 2015 @ 08:06:32 [Autosave] by vv
- December 4, 2015 @ 08:04:36 by vv
- December 4, 2015 @ 08:02:23 by vv
- December 4, 2015 @ 07:50:01 by vv
- December 2, 2015 @ 13:14:27 by vv
Revision Differences
December 4, 2015 @ 08:02:23 | Current Revision | ||
---|---|---|---|
Content | |||
Unchanged: To fix this issue is straightforward and it requires you to configure the IIS (Internet Information Services). Please follow the below steps to do the same: | Unchanged: To fix this issue is straightforward and it requires you to configure the IIS (Internet Information Services). Please follow the below steps to do the same: | ||
Unchanged: <ol> | Unchanged: <ol> | ||
Unchanged: <li>Open applicationhost.config file from <strong>C:\Windows\System32\inetsrv\config< /strong></li> | Unchanged: <li>Open applicationhost.config file from <strong>C:\Windows\System32\inetsrv\config< /strong></li> | ||
Unchanged: <li>Change this line (do this by copying the below line into Find (<strong>Ctrl + F</strong>) and press enter to go to this line):</li> | Unchanged: <li>Change this line (do this by copying the below line into Find (<strong>Ctrl + F</strong>) and press enter to go to this line):</li> | ||
Unchanged: </ol> | Unchanged: </ol> | ||
Unchanged: <span style="color: #000000;"><add name="ExtensionlessUrl-<wbr />Integrated-4.0" path="*." verb="GET,HEAD,POST,DEBUG" type="System.Web.Handlers.<wbr />TransferRequestHandler" preCondition= "integratedMode,<wbr />runtimeVersionv4.0" /></span> | Unchanged: <span style="color: #000000;"><add name="ExtensionlessUrl-<wbr />Integrated-4.0" path="*." verb="GET,HEAD,POST,DEBUG" type="System.Web.Handlers.<wbr />TransferRequestHandler" preCondition= "integratedMode,<wbr />runtimeVersionv4.0" /></span> | ||
Unchanged: <strong>to</strong> | Unchanged: <strong>to</strong> | ||
Unchanged: <span style="color: #008000;"><add name="ExtensionlessUrl-<wbr />Integrated-4.0" path="*." verb="GET,HEAD,POST,DEBUG,PUT,<wbr />DELETE" type="System.Web.Handlers.<wbr />TransferRequestHandler" preCondition= "integratedMode,<wbr />runtimeVersionv4.0" /></span> | Unchanged: <span style="color: #008000;"><add name="ExtensionlessUrl-<wbr />Integrated-4.0" path="*." verb="GET,HEAD,POST,DEBUG,PUT,<wbr />DELETE" type="System.Web.Handlers.<wbr />TransferRequestHandler" preCondition= "integratedMode,<wbr />runtimeVersionv4.0" /></span> | ||
Unchanged: 3. Make these lines into comment statements. Similar to earlier step where you copy and find these lines and then replace them with the one provided. | Unchanged: 3. Make these lines into comment statements. Similar to earlier step where you copy and find these lines and then replace them with the one provided. | ||
Deleted: Before | Added: Before | ||
Deleted: ------------------------ | Added: ------------- ------------ | ||
Unchanged: <span style="color: #000000;"><add name="WebDAVModule" image="%windir%\System32\<wbr />inetsrv\webdav.dll" /></span> | Unchanged: <span style="color: #000000;"><add name="WebDAVModule" image="%windir%\System32\<wbr />inetsrv\webdav.dll" /></span> | ||
Unchanged: <span style="color: #000000;"> <add name="WebDAVModule" /></span> | Unchanged: <span style="color: #000000;"> <add name="WebDAVModule" /></span> | ||
Unchanged: <span style="color: #000000;"> <add name="WebDAV" path="*" verb="PROPFIND,PROPPATCH,<wbr />MKCOL,PUT,COPY,DELETE,MOVE,<wbr />LOCK,UNLOCK" modules="WebDAVModule" resourceType= "Unspecified" requireAccess="None" /></span> | Unchanged: <span style="color: #000000;"> <add name="WebDAV" path="*" verb="PROPFIND,PROPPATCH,<wbr />MKCOL,PUT,COPY,DELETE,MOVE,<wbr />LOCK,UNLOCK" modules="WebDAVModule" resourceType= "Unspecified" requireAccess="None" /></span> | ||
Deleted: After | Added: After | ||
Deleted: -------------------- | Added: ------------- ------------ | ||
Unchanged: <span style="color: #008000;">!--<add name="WebDAVModule" image="%windir%\System32\<wbr />inetsrv\webdav.dll" />--></span> | Unchanged: <span style="color: #008000;">!--<add name="WebDAVModule" image="%windir%\System32\<wbr />inetsrv\webdav.dll" />--></span> | ||
Unchanged: <span style="color: #008000;"> !--<add name="WebDAVModule" /> --></span> | Unchanged: <span style="color: #008000;"> !--<add name="WebDAVModule" /> --></span> | ||
Unchanged: <span style="color: #008000;"> !--<add name="WebDAV" path="*" verb="PROPFIND,PROPPATCH,<wbr />MKCOL,PUT,COPY,DELETE,MOVE,<wbr />LOCK,UNLOCK" modules="WebDAVModule" resourceType= "Unspecified" requireAccess="None" />--></span> | Unchanged: <span style="color: #008000;"> !--<add name="WebDAV" path="*" verb="PROPFIND,PROPPATCH,<wbr />MKCOL,PUT,COPY,DELETE,MOVE,<wbr />LOCK,UNLOCK" modules="WebDAVModule" resourceType= "Unspecified" requireAccess="None" />--></span> | ||
Unchanged: 4. Remove <strong>webDAV</strong> from IIS Handler Mappings by: | Unchanged: 4. Remove <strong>webDAV</strong> from IIS Handler Mappings by: | ||
Unchanged: ------------- -----------------<wbr />------------- | Unchanged: ------------- -----------------<wbr />------------- | ||
Unchanged: <strong>Open IIS Manager>> Double click Handler Mappings >> Find WebDAV in the list and remove.</strong> | Unchanged: <strong>Open IIS Manager>> Double click Handler Mappings >> Find WebDAV in the list and remove.</strong> | ||
Added: After doing these steps correctly, deleting function will work. |
Note: Spaces may be added to comparison text to allow better line wrapping.