[Mono-list] apache/mod_mono and handlers without extensions?
Christian Hobelsberger
hobi1972 at gmail.com
Mon Sep 8 08:01:30 EDT 2008
Hi,
i have troubles to properly configure mod_mono ...
I'd like to be able to process ashx files without the need to use their
extension.
I have e.g. a "SimpleTest.ashx" file, which should be accessible using only
"SimpleTest". I have created an entry in my Web.config which looks like
this:
...
<add verb ="*" path ="*/SimpleTest" type ="SimpleTest, SimpleTest"/>
...
calling "http://localhost/SimpleTest.ashx" works without problems, but "
http://localhost/SimpleTest" only gives 404 - Not found ...
If i try XSP2, this works without problems, so it seems to be mod_mono
configuration issue?!
Does this not work with mod_mono? Has anyone a working configurarion?
thanks for any hints
CHH
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20080908/fb5c7043/attachment.html
More information about the Mono-list
mailing list