How to fix a Silverlight download progress indicator that jumps from 0% to 100%

Posted by JaydPage on Geeks with Blogs See other posts from Geeks with Blogs or by JaydPage
Published on Tue, 29 Oct 2013 08:15:54 GMT Indexed on 2013/10/29 15:55 UTC
Read the original article Hit count: 389

Originally posted on: http://geekswithblogs.net/JaydPage/archive/2013/10/29/fixing-a-broken-silverlight-xap-file-download-progress-indicator-that.aspx

After moving our silverlight application to a new server I came across an problem whereby the download progress indicator on the splash screen was stuck on 0% until the file had completely downloaded.

After about an hour of searching for the answer I realised that there is a distinct lack of help out there for this problem.

It is a simple fix:

1) On the server that is hosting your website, go into IIS and click on the website.
2) Click on the compression section
3) Un-check the option that says "Dynamic Content Compression"
4) Save changes

© Geeks with Blogs or respective owner

Related posts about Silverlight

Related posts about progress bar