<?xml version="1.0" encoding="utf-8"?>
<actions>
  <add path="configuration/runtime/ns:assemblyBinding" id="{00E9A1DA-5347-40ad-B5E9-214F9DE71BF4}">
    <dependentAssembly xmlns="urn:schemas-microsoft-com:asm.v1">
       <assemblyIdentity name="Microsoft.ReportingServices.SharePoint.UI.WebParts" publicKeyToken="89845dcd8080cc91" culture="neutral" />
       <bindingRedirect oldVersion="9.0.242.0" newVersion="10.0.0.0" />
    </dependentAssembly>
  </add>

  <add path="configuration/system.webServer/handlers" id="{58382257-B886-4f27-A566-A7BFCD448AA6}">
    <add name="ReportViewerWebPart" verb="*" path="Reserved.ReportViewerWebPart.axd" type="Microsoft.ReportingServices.SharePoint.UI.WebParts.WebPartHttpHandler, Microsoft.ReportingServices.SharePoint.UI.WebParts, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
  </add>

  <add path="configuration/SharePoint/SafeControls" id="{0772C0F8-7F82-4430-A4C2-D419FBA21EEC}">
    <SafeControl Assembly="Microsoft.ReportingServices.SharePoint.UI.ServerPages, Version=10.50.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" Namespace="Microsoft.ReportingServices.SharePoint.UI" TypeName="*" Safe="True" />
  </add>

  <add path="configuration/SharePoint/SafeControls" id="{C6AB06E7-8010-4E47-80FD-6C02C3F0FE18}">
    <SafeControl Assembly="Microsoft.ReportingServices.SharePoint.UI.WebParts, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" Namespace="Microsoft.ReportingServices.SharePoint.UI.WebParts" TypeName="*" Safe="True" />
  </add>

  <add path="configuration/configSections" id="{54746C6E-B00F-4b32-B7E3-D4C8D1EF7C10}">
    <sectionGroup name="ReportingServices">
      <section name="DataExtensions" type="System.Configuration.DictionarySectionHandler" />
    </sectionGroup>
  </add>

  <add path="configuration" id="{AE31F688-4253-4bc4-B5B2-6AE55C9F85A1}">
    <ReportingServices>
      <DataExtensions>
      </DataExtensions>
    </ReportingServices>
  </add>

  <add path="configuration/ReportingServices/DataExtensions" id="{F460AD0A-93E3-4F57-8B34-43500CD5C421}">
    <add key="SHAREPOINTLIST" value="Microsoft.ReportingServices.DataExtensions.SharePointList.SPListConnection, Microsoft.ReportingServices.SharePoint.UI.WebParts, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
  </add>

  <remove path="configuration/location[@path='_vti_bin/ReportServer/ReportServiceAuthentication.asmx']" />
  
  <add path="configuration" id="{596CD522-3C7E-4694-8E69-7BC7FB95952A}">
    <location path="_vti_bin/ReportServer/ReportServiceAuthentication.asmx">
      <system.web>
        <authorization>
          <allow users="*" />
        </authorization>
      </system.web>
    </location>
  </add>

  <add path="configuration/configSections" id="{5AECAE94-E886-47F9-AAEB-4DB4D8EBAD0E}">
    <sectionGroup name="reportserver">
      <section name="redirection" type="Microsoft.ReportingServices.SharePoint.Configuration.RSRedirectConfigSection, RSSharePointSoapProxy, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
    </sectionGroup>
  </add>

  <add path="configuration/system.webServer/modules" id="{591077DC-EEA5-4770-89B9-C457E82057F6}" >
    <add name="RSRedirectModule" type="Microsoft.ReportingServices.SharePoint.Soap.RSRedirectModule, RSSharePointSoapProxy, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
  </add>

  <add path="configuration" id="{68C8F882-0C21-4190-9C85-EC9672BF8C16}" >
    <reportserver>
      <redirection>
        <exclusions>
          <add path="/_vti_bin/ReportServer/ReportServiceAuthentication.asmx" />
          <add path="/_vti_bin/ReportServer/ReportServiceAuthenticationdisco.aspx" />
          <add path="/_vti_bin/ReportServer/ReportServiceAuthenticationwsdl.aspx" />
        </exclusions>
      </redirection>
    </reportserver>
  </add>
</actions>
