Is it possible to install ASP.NET Ajax without using the GAC or the .msi?
I want to be able to manually install ASP.NET Ajax and your new RadControls for ASP.NET Ajax.
Marty
1 Answer, 1 is accepted
0
Rumen
Telerik team
answered on 20 May 2008, 10:42 AM
Hi Marty,
We do not recommend installing MS ASP.NET AJAX manually, because the ASP.NET AJAX documentation notes that the AJAX dll should be registered in the GAC:
"The installation process installs the ASP.NET AJAX assembly
(System.Web.Extensions.dll) in the global assembly cache (GAC). Do not
include the assembly in the Bin folder of your AJAX-enabled Web site."
Nevertheless, I searched in Google and found the following two articles
which provides guidance how to install ASP.NET AJAX in the project by
registering the
System.Web.Extensions.dll and System.Web.Extensions.Design.dll in the bin folder instead of in the GAC:
I hope that the information provided by these articles will be helpful.
If you still experience this problem please search in Google for other
solutions or search for another hosting provider that provides support
for ASP.NET AJAX.