Skip to main content

Close
Get the best research tool on the web today,and free!
Connect with people with common interests!

saved by2 people, first bymseenu on 2008-03-20, last byShih-Yung Li on 2008-08-03

  • As a result, you need to add the MIME types for those file extensions to your web server so that it recognizes Silverlight content appropriately. Here are the MIME types you need to add to the server configuration:

    Extension MIME Type
    .xaml application/xaml+xml
    .xap application/x-silverlight-app
  • While you're updating the list of MIME types served, you might want to also add the relevant types to your web server to support WPF and ClickOnce applications. Here are the additional items you'll need:

    Extension MIME Type
    .manifest application/manifest
    .application application/x-ms-application
    .xbap application/x-ms-xbap
    .deploy application/octet-stream
    .xps application/vnd.ms-xpsdocument