https://bugzilla.novell.com/show_bug.cgi?id=448522

User [EMAIL PROTECTED] 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@lists.ximian.com
        ReportedBy: [EMAIL PROTECTED]
         QAContact: mono-bugs@lists.ximian.com
        Depends on: 319383
          Found By: ---


+++ This bug was initially created as a clone of Bug #319383 +++




---- Reported by [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to