show/hide this revision's text 3 added 169 characters in body

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.

show/hide this revision's text 2 added 402 characters in body

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 application/xaml+xml for XAML.

Needless to say, some features such as WMS Streaming rely on a server supporting them.

show/hide this revision's text 1

Since Silverlight is a browser technology, it is server-agnostic and can be hosted on a variety of server platforms: LAMP, UNIX, and IIS.