Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP.NET AJAX Enabled Website Web.config error (newbie to AJAX)

Reply
Thread Tools

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

 
 
Tony K
Guest
Posts: n/a
 
      05-04-2007
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

 
Reply With Quote
 
 
 
 
=?Utf-8?B?TWFuaXNoIEJhZm5h?=
Guest
Posts: n/a
 
      05-04-2007
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
>

 
Reply With Quote
 
 
 
 
Tony K
Guest
Posts: n/a
 
      05-04-2007
Thank you. That worked.

Tony K
"Manish Bafna" <> wrote in message
news:7A4A9068-0F06-41C1-BC87-...
> 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
>>


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I change an existing Website into an AJAX enabled Website? m.schaeffer@imail.de ASP .Net 2 07-13-2007 05:15 PM
Problem using master page in Ajax Enabled Website Therasa ASP .Net 0 05-03-2007 04:16 AM
"ASP.NET AJAX-Enabled Web Site" or "AJAX Control Toolkit Web Site"? mark4asp ASP .Net 1 03-24-2007 06:06 AM
Deploying ASP.NET AJAX-Enabled Web site to host without AJAX insta =?Utf-8?B?QnJpYW4gRWR3YXJkcw==?= ASP .Net 2 02-21-2007 10:22 PM
trace enabled, get app. error, doesn't enabled, on runs without error Gabor ASP .Net 3 08-26-2003 09:54 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57