Hi,
copy the files System.Web.Extensions.dll and
System.Web.Extensions.Design.dll from the following directory on your dev pc:
C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025
into the bin folder of your web application on the host.
You should find below link also useful:
http://ajax.asp.net/docs/ConfiguringASPNETAJAX.aspx
--
If my answer helped you,then please do press Yes below.
Thanks and Regards.
Manish Bafna.
MCP and MCTS.
"Tony K" wrote:
> Testing the deployment of my AJAX enabled website to my server and I receive
> an error relating to the following lines in my web.config file.
>
> <add assembly="System.Web.Extensions, Version=1.0.61025.0,
> Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
> <add assembly="System.Web.Extensions.Design, Version=1.0.61025.0,
> Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
>
> My server is Windows 2003 Enterprise Edition.
>
> Any ideas how to fix this? Both lines are a problem.
>
> thank,
> Tony K
>