Skip to content

Instantly share code, notes, and snippets.

@groovyghoul
Created June 10, 2012 01:50
Show Gist options
  • Save groovyghoul/2903492 to your computer and use it in GitHub Desktop.
Save groovyghoul/2903492 to your computer and use it in GitHub Desktop.
Silverlight web.config
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=".xaml" mimeType="application/xaml+xml" />
<mimeMap fileExtension=".xap" mimeType="application/x-silverlight-app" />
<mimeMap fileExtension=".xbap" mimeType="application/x-ms-xbap" />
</staticContent>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment