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
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to