The ASP.NET AJAX DLLs need to be registered in the GAC on the server for
security reasons. If this is not done then ASP.NET AJAX will not be able to
function properly because it will not have the permissions it needs.
Perhaps you should look for a new web host?
--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
"Brian Edwards" <(E-Mail Removed)> wrote in message
news:CFE6D575-E7C9-4BFD-8BD8-(E-Mail Removed)...
>I don't see a managed newsgroup for just AJAX, so hopefully this is the
>best
> place to ask this question.
>
>
> Is there a sure-fire way to deploy an ASP.NET AJAX-Enabled web site to a
> web
> host who refuses to install AJAX 1.0?
>
> How come just copying the System.Web.Extension .DLLs to the
> application's
> BIN diectory would work. I also copied the
> v1.0.61025\MicrosoftAjaxLibrary\System.Web.Extensions\1.0.61025.0
> Javacript
> files into BIN as well and maybe that is the problem. If anyone has found
> a
> way to publish to a server without AJAX, please let me know what needs to
> be
> done.
>
> Thank You!!!