Copy Assemblies from GAC
How to copy an assembly from Global assembly cache and store it in different locations. This technique is very helpful in the scenarios like Web hosts not supporting the Ajax control web Extensions. In this way we simply need to copy the System.Web.Extension.dll which is stored in Global Assembly Cache GAC.
By Sat Sat Popularity (4402 Views)