Wednesday, March 21, 2012

Ajax support by Web Hosts?

I currently use 1and1.co.uk as my web host on a shared server. i have an asp.net application under development and all is looking good. I would extend the look and feel for my application by using AJAX.

does my web host need to support AJAX or is it part of my application and when compiled will run on my host?

Thanks in advance

Matt A

As of Beta 1 and 2, the AJAX dll is part of the GAC, so a server admin needs to install it on the server, won't work like before where you had the dll in your bin dir.

Basically, you'll have to wait till your host adds AJAX support, which probably won't be till the final version is released...


Hi,

ASP.NET AJAX Beta2 is not a part of .Net Framework2.0,.

We are installing externally, in installation it will add "Microsoft.Web.Extensions.dll","Microsoft.Web.Extensions.Design.dll" to GAC.

Suppose if your webhost is not having AJAX Beta2, how can you run AJAX functionality at host.

If you want to use AJAX functionality there are two ways,

1) At the time of deployment you should add the two DLL to GAC,

2) Webhost must be installed AJAX Beta2

Pradeep Kumar Bura


Has anybody tried just copying the dlls to the bin directory of the website when using a third party web host? Any other workarounds out there?

JDG.


No comments:

Post a Comment