Problem: Accessing a Silverlight application on a Web server returns error code 2103 in the browser.
This error may indicate that a set of mime types needed to support Silverlight applications must be added to the Web server which will host your application. Add the following mime types:
.xaml application/xaml+xml
.xap application/x-silverlight-app
.xbap application/x-ms-xbap
If necessary, use Microsoft's Configuring IIS for Silverlight Applications document as a guide.