Have a look at the download package, there is an example web.config you should use (the <location/> tag!!!). As I can remeber there is a bug in ASP.NET which may occur on your side. Please let me know...
Regards, Michael On 9/26/06, ns1045 <[EMAIL PROTECTED]> wrote: > > the ajaxMethods sind in VDB_Test/bin > > I've already added the following lines to web.config. > ----------------------------------------- > <httpHandlers> > <add verb="*" path="*.ashx" > type="AjaxPro.AjaxHandlerFactory,AjaxPro.2"/> > </httpHandlers> > ------------------------------------------ > should it be > ------------------------------------------ > <httpHandlers> > <add verb="*" path="/VDB_Test/ajaxpro/*.ashx" > type="AjaxPro.AjaxHandlerFactory,AjaxPro.2"/> > </httpHandlers> > ----------------------------------------- > ?? > > Cheers, > Jens B. > > > > > -- 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/ Skype: callto:schwarz-interactive MSN IM: [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/ Don't forget to read my blog at http://weblogs.asp.net/mschwarz/ -~----------~----~----~----~------~----~------~--~---
