I\'ve got modaspdotnet working on my Apache 2.2 server, and as such it runs ASP.NET and MySQL pretty well.
However, what I\'d like to do is serve up content with oth
Simple adding mime type is not enough - page is not interepreted but simply streamed to the browser. I don't know much about apache. But normally when you want to serve normal aspx page but with different extension you have to:
... type="System.Web.UI.PageHandlerFactory"/>
Try it out maybe this will point you in the right direction