[Mono-bugs] [Bug 448522] New: AJAX need the support of HttpHandlers
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Nov 25 03:45:05 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=448522
User qdyoung at 163.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=448522#c319383
Summary: AJAX need the support of HttpHandlers
Product: Mono: Runtime
Version: 2.0.x
Platform: x86
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: misc
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: qdyoung at 163.com
QAContact: mono-bugs at lists.ximian.com
Depends on: 319383
Found By: ---
+++ This bug was initially created as a clone of Bug #319383 +++
---- Reported by esanchezfo at gmail.com 2005-10-24 11:27:54 MST ----
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.
---- Additional Comments From gonzalo at ximian.com 2005-10-24 18:44:06 MST ----
It was a regressiong since 1.1.9.x that is now fixed in svn head.
I've uploaded an new System.Web.dll to
http://primates.ximian.com/~gonzalo/System.Web.dll.gz
Download it, gunzip and 'gacutil - i System.Web.dll' and everything
will be working again.
Thanks,
---- Additional Comments From robertj at gmx.net 2005-10-24 19:04:35 MST ----
*** https://bugzilla.novell.com/show_bug.cgi?id=MONO76073 has been marked as a
duplicate of this bug. ***
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list