Ajax.Net Pro and Atlas Together
I’ve been using AJAX with ASP.NET 2.0 for over a year now, mostly using Ajax.Net Professional. Now that Atlas is version 1.0 I’ve been playing around with it a bit. I ran into an issue having Ajax.Net Pro & Atlas running in the same web.config. I had a generic httpHandlers set for Ajax.Net Pro that was interfering with the Atlas setting. The fix was adding more meta data to the Ajax.Net Pro httpHandler.
<httpHandlers>
<add verb=“*“ path=“*.ashx“ type=“AjaxPro.AjaxHandlerFactory,AjaxPro.2, Version=6.10.6.2, Culture=neutral,PublicKeyToken=4735ae9824c7d3ec“/>
</httpHandlers>
Written by Tim on February 27th, 2007 with
1 comment.
Read more articles on asp.net.
- [+] Digg: Feature this article
- [+] Del.icio.us: Bookmark this article
- [+] Furl: Bookmark this article
#1. January 4th, 2008, at 11:43 PM.
Unfortunately Ajax.NET Professional is abandoned
Ajax.NET Abandoned