Changes done for version 6.4.11.1:
- (beta) Added support of IHttpAsyncHandler to remove http request from pool while long-running methods are invoked. Use [AjaxMethod(true)].
- Fixed array deserializer, int[] or string[] is working, now.
- Fixed ArrayList deserializer, using Int64 if JavaScriptNumber, Boolean if JavaScriptBoolean, else use .ToString().
- Added comment to the example web.config to remove attributes from sectionGroup if you are using Microsoft .NET 1.1.
- Changed example.aspx (.NET 2.0) to run several tests including generics.
- Fixed core.js bug when http status not 200; res.error.Message contains the http statusText, now.
You can find the list of changes at http://www.ajaxpro.info/changes.txt [1]. Download the latest files from http://www.ajaxpro.info/ [2].