You don't need mod_mono to host Silverlight applications. Any ol' HTTP server will work fine right out of the box so long as you setup the mime-types correctly, I suppose.
With Silverlight, the content gets downloaded by the browser and run locally - it is not run server-side, so there is no need for something like mod_mono. Jeff On Wed, 2008-04-30 at 18:17 +0300, Andrus Moor wrote: > I'm interesting how to use Mono to host Silverlight 2 application. > Should I use Apache with mod_mono ? > Where to find any information or tips about this ? > How to use Mono to compile such application ? > > Andrus. > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
