I am having problems moving a website from one server to another. It seems that the problem is related to downloading multiple versions of System.Web.Extensions. In most cases, the code uses version 3.5, but a third-party control requires version 1.0.6. I did not think it was possible, but it seems to work in this situation.
Is there a way to use the System.Web.Extensions version for the GAC site, but import version 1.0.6 DLLs only for these controls?
source
share