Hm, with the latest version it is not working because of new ctors arguments, but you could simple inherit directly from the handler (not tested):
<%@ WebHandler Language="C#" Inherit="Ajax.AjaxHandler" %> Or create a new class that will inherit. Reagrds, Michael On 6/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Michael Schwarz wrote: > > Hi, > > > > > <expunged!>.spg.crms.ajax.AjaxHandler > > > > you know that I'm not very happy to see this... :( > > > > > > You need for each type a ashx file, so this is not working as simple > > as you think. Maybe I have time to look at this if it is possible to > > run it without the httpHandler section in web.config. > > > > Regards, > > Michael > > > > Ack... Right we have a small number of files (aspx code behinds), each > one with a corresponding dummy ashx file. not the greatest I know, but > this is the way it was when I inherited it... > > > > > -- Best regards | Schöne Grüße Michael Microsoft MVP - Most Valuable Professional Microsoft MCAD - Certified Application Developer http://weblogs.asp.net/mschwarz/ http://www.schwarz-interactive.de/ mailto:[EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info -~----------~----~----~----~------~----~------~--~---
