Link to home
Start Free TrialLog in
Avatar of karakav
karakav

asked on

Register Ajax Control toolkit in GAC and web.config

Hi there,
Can some one help me understand how I can register the Ajax control tookit assemby in GAC and the the web config of my application?
Avatar of princeatapi
princeatapi
Flag of India image

you doesn't need to do anything special for registering , there s an installer for the ajax Control Toolkit , it will take care of all you mentioned.

refer this link http://www.asp.net/AJAX/downloads/ or if you wish to have earlier versions
say 1.0 follow this link  http://www.softpedia.com/get/Programming/Components-Libraries/AJAX-Control-Toolkit.shtml
Avatar of karakav
karakav

ASKER

The installer ajax extentions does registrer the ajax dll in the GAC but the one of ajax control toolkit does NOT.
ASKER CERTIFIED SOLUTION
Avatar of princeatapi
princeatapi
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of karakav

ASKER

I found an easier way of doing that:
1. Get a copy of the ajax control toolkit dll.
2. Under administrative tasks, choose the .NET Framework Configuration tool
3. Under Tasks, choose Manage the assemby cache
4. Choose Add an assembly to the assemby cache
5. Browse for the dll file and you are done
6. Go behind one step and choose view list of the assemblies
7.Doble click the one you have just added (AjaxControlToolkit) and use the property values to add them in web.config
well that sounds good if it works for you :)
Avatar of karakav

ASKER

Thanks. Your solution works as well. I drag a ajax control from toolbox to a page and the I copied the reference generated by Visual Studio to the web.config