[Mono-aspnet-list] How to map a custom file extension to mono?

bret bret.green at yahoo.com
Sun Oct 24 21:21:11 EDT 2010


I have mapped *.xyz extension to my own custom handler in asp.net and can run
it on Windows asp.net. 

**How can I do the same thing on mono (Linux/Apache - ubuntu)?** 

I have this in my web.config:
<httpHandlers><add path="*.xyz" verb="*" type="MyCustomHandler,..."/>...
I also added similar things to mod_mono.conf and several other files but
still I get http 404 The resource cannot be found.

-- 
View this message in context: http://mono.1490590.n4.nabble.com/How-to-map-a-custom-file-extension-to-mono-tp3009669p3009669.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.


More information about the Mono-aspnet-list mailing list