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:
- 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):
<add name=”ExtensionlessUrl-
to
<add name=”ExtensionlessUrl-
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.
Before
————————-
<add name=”WebDAVModule” image=”%windir%\System32\
<add name=”WebDAVModule” />
<add name=”WebDAV” path=”*” verb=”PROPFIND,PROPPATCH,
After
————————-
!–<add name=”WebDAVModule” image=”%windir%\System32\
!–<add name=”WebDAVModule” /> –>
!–<add name=”WebDAV” path=”*” verb=”PROPFIND,PROPPATCH,
4. Remove webDAV from IIS Handler Mappings by:
——————————
Open IIS Manager>> Double click Handler Mappings >> Find WebDAV in the list and remove.
After doing these steps correctly, deleting function will work.
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