启用AJAX的Web应用程序

does sy know why the Ajax Enable WebAppication in VS 2008, even if you put the target framework 3.5, target afterwards .NET 2.0 framework?

(so I create the Web application with ASP.NET 2.0 Ajax Extensions 1.0 features enable (.NET framework 3.5) , then I check the Target Framework in the Application Tab of the project properties and it's written 2.0)

do I need to install sg more on my machine ?

Thx in advance

Try just create ASP.NET Web Application. Select .NET Framework 3.5 in upper right corner of New Project dialog. To make it AJAX enabled, just put ScriptManager in your page.

I don't have Web application with ASP.NET 2.0 Ajax Extensions 1.0 template in my VS 2008.

ASP.NET 3.5 is basically ASP.NET 2.0 + System.Web.Extensions - The same model as AJAX extensions but with different version numbers and extensions is included in a web application project by default.

You need to create ASP.NET Web Application. Select .NET Framework 3.5 in upper right corner of New Project dialog and select target framework which you want.

www.interviewsworld.com