Microsoft ASP.NET AJAX Information

Details

ASP.NET AJAX is a set of technologies to add AJAX (Asynchronous JavaScript And XML) support to ASP.NET. It consists of a client-side script framework, server controls, and more.

Microsoft ASP.NET AJAX is installed in the Global Assembly Cache on all DiscountASP.NET webservers.  Note that Windows 2008/IIS 7 servers do not support AJAX version 1.0.

Installed Versions of ASP.NET AJAX

Version Number AssembyName Version Culture PublicKeyToken
1.0 System.Web.Extensions 1.0.61025.0 Neutral 31bf3856ad364e35
1.0 System.Web.Extensions.Design 1.0.61025.0 Neutral 31bf3856ad364e35
3.5 System.Web.Extensions 3.5.0.0 Neutral 31bf3856ad364e35
3.5 System.Web.Extensions.Design 3.5.0.0 Neutral 31bf3856ad364e35

  • 0 gebruikers vonden dit artikel nuttig
Was dit antwoord nuttig?

Gerelateerde artikelen

Microsoft ASP.NET AJAX Sample Code

Details This simple application retrieves the server time using ASP.NET AJAX 1.0. Note that...