[Mono-bugs] [Bug 76536][Cri] New - AJAX need the support of
HttpHandlers
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Oct 24 11:27:54 EDT 2005
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 esanchezfo at gmail.com.
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: gonzalo at ximian.com
+ReportedBy: esanchezfo at gmail.com
+QAContact: mono-bugs at ximian.com
+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.
More information about the mono-bugs
mailing list