Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Getting Error while click on the ISAPI filter in IIS  (Read 3133 times)

0 Members and 1 Guest are viewing this topic.

sumesh

  • Guest
Getting Error while click on the ISAPI filter in IIS
« on: January 25, 2014, 07:24:30 pm »
In Some cases when we click on the ISAPI filter in the IIS we get the following error,

"Cannot add duplicate collection entry of type 'filter' with unique key attribute 'name' set to 'urlprotect' "

In such cases we can easily solve this error by make changes in the ApplicationHost.config file of the server. Please  follow the steps below,

===============
1) Access the server and locate the "applicationHost.config" file. It's Location will be " C:\Windows\System32\inetsrv\config\applicaiponHost.config"

2) When you click on the ISAPI filter in IIS it will show the error with a line number, locate that one in applicaitonHost file and find the duplicate entry for that file,

For Example: Suppose , if below line is specified in the error,

<add users="*" path="*" access="Read" /> -----------> Line 965

Then search for the duplicate of this entry,

3) Add " <clear /> " above the duplicate entry . This will fix the issue with the ISAPI filter error


===============

Hope this helps
Sumesh  :) :) :)