axk*_*axk 0 sharepoint binding redirect web-config sharepoint-2007
我有一个功能齐全的MOSS服务器的web.config,带有我们的自定义设置和一个新安装的MOSS的web.config.
这是3个重定向我不知道的来源:
<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>
Run Code Online (Sandbox Code Playgroud)
我不记得手动添加它们,它们没有出现在新配置中.两个安装都是SP1.我怀疑有些更新可能会添加这些.只是好奇.有没有人知道这些重定向何时被添加,什么是SPCanary_Net?
谢谢!
这三个程序集都是SharePoint DLL.您可以从公钥标记中了解所有这些标记的相同标记,并与所有其他SharePoint DLL的标记相匹配.
绑定重定向已由SharePoint(可能是WSS管理服务)自动添加,因此为先前版本编译的代码仍将对新版本起作用.我不知道为什么它在创建Web应用程序之后的某个时刻而不是从一开始就这样做但我已经看到它发生在我自己身上.
C:\Program Files\Microsoft Office Servers\12.0\Bin\SPCanary.dll从这篇文章判断,看起来像Microsoft Office SharePoint Search使用SPCanary_Net(位于).使用"canary"一词表示它是某种数据保护机制,如果发生错误就会死亡.
更新:随着MOSS 2007 SP2的安装添加了这三个重定向.
| 归档时间: |
|
| 查看次数: |
1040 次 |
| 最近记录: |