Since Silverlight is a browser technology, it is server-agnostic and can be hosted on a variety of server platforms: LAMP, UNIX, and IIS. You don't have to install .NET or any other Microsoft software on the server.
The only configuration required on the web server is to register the MIME types for content being served. If not already registered, you'll have to add following entries.
There are three MIME types required:
- .xaml - application/xaml+xml
- .xap - application/x-silverlight-app
- .xbap - application/x-ms-xbap
Here are some instructions how to do that for XAMLApache and IIS.
Needless to say, some features such as WMS Streaming rely on a server supporting them.
