W3vina.COM Free Wordpress Themes Joomla Templates Best Wordpress Themes Premium Wordpress Themes Top Best Wordpress Themes 2012

You are viewing an old revision of this post, from December 4, 2015 @ 08:04:36. See below for differences between this version and the current revision.

Delete function is not working!

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:
  1. Open applicationhost.config file from C:\Windows\System32\inetsrv\config
  2. 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-Integrated-4.0" path="*." verb="GET,HEAD,POST,DEBUG" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" /> to <add name="ExtensionlessUrl-Integrated-4.0" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" /> 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\inetsrv\webdav.dll" /> <add name="WebDAVModule" /> <add name="WebDAV" path="*" verb="PROPFIND,PROPPATCH,MKCOL,PUT,COPY,DELETE,MOVE,LOCK,UNLOCK" modules="WebDAVModule" resourceType="Unspecified" requireAccess="None" /> After ------------------------- !--<add name="WebDAVModule" image="%windir%\System32\inetsrv\webdav.dll" />--> !--<add name="WebDAVModule" /> --> !--<add name="WebDAV" path="*" verb="PROPFIND,PROPPATCH,MKCOL,PUT,COPY,DELETE,MOVE,LOCK,UNLOCK" modules="WebDAVModule" resourceType="Unspecified" requireAccess="None" />--> 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.

Contents

Revisions

Revision Differences

December 4, 2015 @ 08:04:36Current 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;">&lt;add name="ExtensionlessUrl-<wbr />Integrated-4.0" path="*." verb="GET,HEAD,POST,DEBUG" type="System.Web.Handlers.<wbr />TransferRequestHandler" preCondition= "integratedMode,<wbr />runtimeVersionv4.0" /&gt;</span>Unchanged: <span style="color: #000000;">&lt;add name="ExtensionlessUrl-<wbr />Integrated-4.0" path="*." verb="GET,HEAD,POST,DEBUG" type="System.Web.Handlers.<wbr />TransferRequestHandler" preCondition= "integratedMode,<wbr />runtimeVersionv4.0" /&gt;</span>
Unchanged: <strong>to</strong>Unchanged: <strong>to</strong>
Unchanged: <span style="color: #008000;">&lt;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" /&gt;</span>Unchanged: <span style="color: #008000;">&lt;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" /&gt;</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 Commenting Added: Before
Deleted: ------------------------ Added: ------------- ------------
Unchanged: <span style="color: #000000;">&lt;add name="WebDAVModule" image="%windir%\System32\<wbr />inetsrv\webdav.dll" /&gt;</span>Unchanged: <span style="color: #000000;">&lt;add name="WebDAVModule" image="%windir%\System32\<wbr />inetsrv\webdav.dll" /&gt;</span>
Unchanged: <span style="color: #000000;"> &lt;add name="WebDAVModule" /&gt;</span>Unchanged: <span style="color: #000000;"> &lt;add name="WebDAVModule" /&gt;</span>
Unchanged: <span style="color: #000000;"> &lt;add name="WebDAV" path="*" verb="PROPFIND,PROPPATCH,<wbr />MKCOL,PUT,COPY,DELETE,MOVE,<wbr />LOCK,UNLOCK" modules="WebDAVModule" resourceType= "Unspecified" requireAccess="None" /&gt;</span>Unchanged: <span style="color: #000000;"> &lt;add name="WebDAV" path="*" verb="PROPFIND,PROPPATCH,<wbr />MKCOL,PUT,COPY,DELETE,MOVE,<wbr />LOCK,UNLOCK" modules="WebDAVModule" resourceType= "Unspecified" requireAccess="None" /&gt;</span>
Deleted: After Commenting Added: After
Deleted: -------------------- Added: ------------- ------------
Unchanged: <span style="color: #008000;">!--&lt;add name="WebDAVModule" image="%windir%\System32\<wbr />inetsrv\webdav.dll" /&gt;--&gt;</span>Unchanged: <span style="color: #008000;">!--&lt;add name="WebDAVModule" image="%windir%\System32\<wbr />inetsrv\webdav.dll" /&gt;--&gt;</span>
Unchanged: <span style="color: #008000;"> !--&lt;add name="WebDAVModule" /&gt; --&gt;</span>Unchanged: <span style="color: #008000;"> !--&lt;add name="WebDAVModule" /&gt; --&gt;</span>
Unchanged: <span style="color: #008000;"> !--&lt;add name="WebDAV" path="*" verb="PROPFIND,PROPPATCH,<wbr />MKCOL,PUT,COPY,DELETE,MOVE,<wbr />LOCK,UNLOCK" modules="WebDAVModule" resourceType= "Unspecified" requireAccess="None" /&gt;--&gt;</span>Unchanged: <span style="color: #008000;"> !--&lt;add name="WebDAV" path="*" verb="PROPFIND,PROPPATCH,<wbr />MKCOL,PUT,COPY,DELETE,MOVE,<wbr />LOCK,UNLOCK" modules="WebDAVModule" resourceType= "Unspecified" requireAccess="None" /&gt;--&gt;</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&gt;&gt; Double click Handler Mappings &gt;&gt; Find WebDAV in the list and remove.</strong>Unchanged: <strong>Open IIS Manager&gt;&gt; Double click Handler Mappings &gt;&gt; Find WebDAV in the list and remove.</strong>
Unchanged: After doing these steps correctly, deleting function will work.Unchanged: After doing these steps correctly, deleting function will work.

Note: Spaces may be added to comparison text to allow better line wrapping.

Translate »