1、到http://ajax.asp.net下载ASPAJAXExtSetup.msi和ASPAJAXCTP.msi两个文件
2、首先安装 ASPAJAXExtSetup.msi
Windows窗口:运行ASPAJAXExtSetup.msi
DOS窗口:msiexec /i ASPNETAJAX.msi [/q"] [/log <logfilename>"] [INSTALLPATH=<installation path>"]
3、安装ASPAJAXCTP
Windows窗口:运行ASPAJAXCTP.msi
DOS窗口:msiexec /i ASPAJAXCTP.msi[/q"] [/log <logfilename>"] [INSTALLPATH=<installation path>"]
4、配置
1.请将以下代码保存为 .reg (注册表)文件,双击导入
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\ASP.NET AJAX 1.0.61025"]
@=”c:\\Program Files\\Microsoft ASP.NET\\ASP.NET 2.0 AJAX Extensions\\v1.0.61025″
2. Select the Web site to work with and edit its properties. (在IIS中选择站点选择属性)
3. On the Home Directory tab, click Configuration….(点击配置)
4. In the Application Configuration dialog box, click Add. (在应用配置选项卡中选择增加)
5. In the Add/Edit Application Extension Mapping dialog box, add the .asbx extension and in the Executable box,browse to and select the aspnet_isapi.dll (in the .NET Framework installation directory for ASP.NET - you should be able to look at the mapping for the .aspx extension as an example).(增加.asbx,路径选择aspnet_isapi.dll,详细参考.aspx的配置)
注:IIS中站点要工作在.NET Framework 2.0中
引用地址:http://www.tvwz.com.cn/html/programmer/aspdonet-diary/aspnet-20-ajax-installation-instructions.html


要说点啥就在这吧