Hi,
I have a web.config of a functioning MOSS server with our custom settings and a web.config of a freshly installed MOSS.
Here's 3 redirects I don't know the source of:
<dependentAssembly>
<assemblyIdentity name="Microsoft.SharePoint.Portal.SingleSignon" publicKeyToken="71e9bce111e9429c" culture="neutral" />
<bindingRedirect oldVersion="11.0.0.0" newVersion="12.0.0.0" /> </dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.SharePoint.Portal.SingleSignon.Security" publicKeyToken="71e9bce111e9429c" culture="neutral" />
<bindingRedirect oldVersion="11.0.0.0" newVersion="12.0.0.0" /> </dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="SPCanary_NET" publicKeyToken="71e9bce111e9429c" culture="neutral" />
<bindingRedirect oldVersion="11.0.0.0" newVersion="12.0.0.0" /> </dependentAssembly>
I don't remember adding them manually and they don't appear in the fresh config. Both installations are SP1. I suspect some update may have added these. Just curious. Does anybody know when exactly these redirects are added and what is SPCanary_Net?
Thanks!