HttpHandler to handle all kinds of URL's in Mono Apache/XSP in order to build a REST service
Posted
by vtortola
on Stack Overflow
See other posts from Stack Overflow
or by vtortola
Published on 2010-04-02T23:28:06Z
Indexed on
2010/04/02
23:33 UTC
Read the original article
Hit count: 659
Hi,
I want to develop my own REST service, so I've created a HttpHandler that is configured with verb="" and path="", the the application in "~/MyRESTsrv/" will handle any derivated URL.
This approach works good in IIS7 with "integrated mode" and apparently in IIS6 if you map all the extensions to "aspnet_isapi.dll".
Is this possible in Apache/XSP with Mono? Do I have to do something special or it will work out of the box?
Cheers.
© Stack Overflow or respective owner