ASP.NET AJAX Enabled Website Web.config error (newbie to AJAX)

T

Tony K

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
 
G

Guest

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
 
T

Tony K

Thank you. That worked.

Tony K
Manish Bafna said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top