Where Are the Release Versions of ASP.Net AJAX 4.0 Templating Files?
        Posted  
        
            by Lee Richardson
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Lee Richardson
        
        
        
        Published on 2010-05-06T14:35:19Z
        Indexed on 
            2010/05/06
            14:38 UTC
        
        
        Read the original article
        Hit count: 396
        
asp.net-4.0
|asp.net-ajax
I'm trying to get the production version of ASP.Net AJAX 4.0 Templating working and can't find the JavaScript files. With the beta version I needed to reference MicrosoftAjaxTemplates.js, MicrosoftAjaxAdoNet.js, and MicrosoftAjaxDataContext.js.
I can get everything to work with the beta CDN versions (e.g. http://ajax.microsoft.com/ajax/beta/0911/MicrosoftAjaxTemplates.js). But for the life of me I can't find 1. The release CDN versions of these files or 2. Where to download the whole Release ASP.Net AJAX 4.0 JavaScript package.
The files certainly are not listed on the ASP.Net AJAX 4.0 CDN at http://www.asp.net/ajaxlibrary/CDNAjax4.ashx. Maybe the files have been renamed?
Theoretically this should be a rediculously easy question and I'm a little embarrased to even ask it on StackOverflow, but I've had no luck finding an answer on my own. Any help would be much appreciated.
Thanks, - Lee
© Stack Overflow or respective owner