Created
June 10, 2012 01:50
-
-
Save groovyghoul/2903492 to your computer and use it in GitHub Desktop.
Silverlight web.config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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