Hello MCM,
Although the XML is redirecting the web development related assemblies, the
question is not Asp.net specific. So dotnet.general can be suitable
newsgroup here.
In short, these XML elements redirect assembly versions using
bindingRedirection element
(
http://msdn.microsoft.com/en-us/library/eftw1fys.aspx).
In this config file, they redirect the version of assembly
System.Web.Extensions and System.Web.Extensions.Design from
"1.0.0.0-1.1.0.0" to "3.5.0.0". That means if the application tries to use
the old version of the assembly specified by the "oldVersion" attribute,
CLR will load the new version of it specified by "newVersion" attribute.
For more information about this feature, please visit the following article:
Introduction to Versioning and
BindingRedirect(
http://blogs.msdn.com/thottams/archi.../30/introducti
on-to-versioning-and-bindingredirect.aspx).
Hope this helps.
Best regards,
Feng Chen
Microsoft Online Community Support
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications .
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx .
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.