Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76536 --- shadow/76536 2005-10-24 11:27:54.000000000 -0400 +++ shadow/76536.tmp.24509 2005-10-24 11:27:54.000000000 -0400 @@ -0,0 +1,40 @@ +Bug#: 76536 +Product: Mono: Tools +Version: 1.1 +OS: All +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Critical +Component: XSP +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: AJAX need the support of HttpHandlers + +I'm building a web application with an intensive use of AJAX... with the +proyect of http://ajax.schwarz-interactive.de/. + +1. On Mono 1.1.9.2 dont works in Linux and Windows: + +The main problem is the support of HttpHandlers for the section in web. +config: + +<httpHandlers> +<add verb="POST,GET" path="ajax/*.ashx" type="Ajax.PageHandlerFactory, +Ajax" /> +</httpHandlers> + +What we can do in order to resolve that support. + +For example if we try: http://localhost/ajax/xxxxx.ashx the result is 404 +but must be and Javascript file. And must let receive data in order to +process the XmlRequest. + +Thanks. +If there is no support in the proyect please tell me how can I work with +you in order to give full support for this. It is very importan for me. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
