Skip to main content
Home Forums Silverlight Programming Report a Silverlight Bug [RTW] SL application in ZIP file and Application.Host
3 replies. Latest Post by Patrick8639 on November 6, 2008.
(0)
Patrick8639
Member
575 points
148 Posts
10-24-2008 11:15 AM |
Hello,
When a web server is not configured to process an XAP file, the common solution is to rename the XAP with a ZIP extension so the server will send it.
Unfortunately this makes a problem when we need to use Application.Current.Host:
preishuber
Contributor
3570 points
655 Posts
10-24-2008 12:24 PM |
the "common" way is to register mimetype for XAP!
10-24-2008 1:03 PM |
Hannes,
When it is not your web server and they don't want to register the XAP MIME type, we cannot use the "common way".
Patrick
11-06-2008 12:22 AM |
Patrick8639:When the Silverlight application is in a ZIP, we have only the file name. In this case, it is not possible to have the server name.
Nobody from Microsoft's Silverlight team has a comment about this?