Deploying Silverlight 2 on IIS
2009 May 14
Silverlight 2 deployment on IIS 5.1 or 6 requires the addition of 2 MIME types in the web server’s configuration:
.xap application/x-silverlight-app.xaml application/xaml+xml
Adding them to IIS is easy:
- Right click on the website and select “Properties”

- Choose the HTTP Headers tab.

- Click the “File Types…” button.
(It is labeled “Mime Types…” in IIS v6.0)

- Add the types.