Introduction:        Hi, I'm Satalaj ASP.net developer here I'm going to share with you how to copy the assemblies [Dot net] 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. and store it in Bin folder of your website then it will start reffering the 
                     system.web.extensions from Bin instead of GAC. if it is in GAC it will start refering from GAC instead of Bin.
                             In my video article I showed how to Create the Assembly and put it in GAC by adding Strong name key value pair.
                    URL: http://video.google.com/videoplay?docid=6733933534163813147

Intension of publitioning this article is to tell people start using AJAX extension library. It dosen't matter wheather shared host support the extensions or not.
you can download all latest stuff from www.asp.net download section.

Command prompt Copy technique:
                   
below image shows how to navigate the assemblies stored in Global assembly cache GAC. 









      Here in above image we have copied the System.Web.Extensions.dll from GAC and stored it in C: drive later we will put in ASP.net Ajax enabled web site so that it will support the Applications mounted on Shared host not supporting the ASP.net 2.0 web extensions.

Browse by adding "\" after the assemblies: On some windows OS it works and for some os it dosen't.

For the OS on which you are unable to browse the folder as I shown here you can refer the Next technique for browsing the folder

Please refer section x1.1 of this article:



For os Which dosen't supports the technique shown above.Folow below technique
 I can be reached  satalaj (at)  gmail.com.
Thanks,
Satalaj.
www.asp.net.