For the first time I was trying to debug my silverlight application projects on Windows vista. Every time I was trying to load test page of my web application, i kept getting Error 2104, telling me that download of silverlight application is failing. For a moment I thought it may be settings in my browser that are preventing download of this silverlight application. I could not find anything strict in my settings that will prevent the download. Then i stsrtaed digging around and found that silverlight application has new file extension type ".xap" and its a new mime type as well. So I added a new entry in MIME types in IIS and there you go. It worked like a charm. Just add the following entries and you will be all set.
File Extension: .xap
Mime Type: application/x-silverlight-app
How to use HttpWebRequest to send POST request to another web server in Silverlight
How to use HttpWebRequest to send POST request to another web server
Use OpenDNS to set up safe internet access at home
How to measure Web Page performance with CPU throttling
Why I am not upgrading to iPhone 12 for now
Passing Exam AZ-204: Developing Solutions for Microsoft Azure
Alert and Confirm pop up using BootBox in AngularJS
AngularJS Grouped Bar Chart and Line Chart using D3
How to lock and unlock account in Asp.Net Identity provider
2021 © Byteblocks, ALL Rights Reserved. Privacy Policy | Terms of Use