Requirements Testing

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.



Related articles

1 comment

Read the comments left by other users below, or:

Get your own gravatar by visiting gravatar.com Thomas Hansen
#1. January 4th, 2008, at 11:43 PM.

Unfortunately Ajax.NET Professional is abandoned :(
Ajax.NET Abandoned

Leave your comment...

If you want to leave your comment on this article, simply fill out the next form:




You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> .