Thursday, September 03, 2009
SILVERLIGHT APPLICATION WONT LOAD WHE...
SILVERLIGHT APPLICATION WONT LOAD WHEN DEPLOYED TO PRODUCTION
WORKS ON DEVEVLOPMENT LOCAL MACHINE UNDER LOCALHOST
You have to setup the MIME TYPES for the website on IIS.
To do this follow the steps below
- Start IIS
- Select Site
- Go to Properties
- HTTP Headers
- MIME Types
- Add the following types below
.xaml application/xaml+xml
.xap application/x-silverlight-app
.xbap application/x-ms-xbap
Enzzoy
Subscribe to Posts [Atom]
Post a Comment