Hello,
we have a Silverlight 4 application that uses Isolated Storage to store local files. The URL is not secure.
We are attempting to switch/force SSL on the URL and it appears that the Silverlight application looks at the https URL as a different endpoint and requires the users to re-sync content to the isolated storage.
Is there a way to not have Silverlight view the https URL as a separate endpoint and use the same Iso Storage for both http and https address?