Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Handler Mappings IIS v7 (8.0.0.0)

  1. #1
    Amazing is offline Senior Member
    Join Date
    Nov 2008
    Posts
    103

    Default Handler Mappings IIS v7 (8.0.0.0)

    When trying to access "Handler Mappings" the system chokes out..

    There was an error while performing this operation.

    Filename ...\Web\web.config
    Line number: 231
    Error: Cannot add duplicate collection entry of type 'add' with
    unique key attribute 'name' set to 'Execute Xml Package'


    Line 231 reads...

    <add name="Exececute Xml Package" preCondition="integratedMode" path="execpackage.aspx" verb="*" type="ExecXmlPackage" />

    Everything else in the file looks healthy.. but maybe I am missing something?

  2. #2
    Amazing is offline Senior Member
    Join Date
    Nov 2008
    Posts
    103

    Default

    Got this working.... Had to insert a line...

    <remove name="Exececute Xml Package" />

    Prior to the add directive for the same.