views:

26

answers:

1

I am deploying a website which is developed in 3.5 framework.Server only support 2.0.

hence i recompliles the same project by changing the target framework.

But there is a scriptmanger in my website. which is not supporting 2.0 framework...

is there any work around for this?

+1  A: 

ASP.NET 2.0 does support the use of AJAX, you just have to change the referenced assembly information. You can get the needed files from the ASP.NET site here.

Mitchel Sellers
You mean to say ..i have to install it on the server?
You install locally, then just deploy the dlls that are needed.
Mitchel Sellers