This question is locked. New answers and comments are not allowed.
Telerik Team,
I have a silverlight application. Currently whenever the form opens the silverlight xap file is downloaded from the server each time the
form loads. My requirement is such that if the form is loaded for the
first time the silverlight xap file should get downloaded from the server and be cached in some client physical location path. Thus, when the user closes the browser or the form and then access the same second time; it uses the cached xap file instead of downloading it from the server again.
Is there any way I can achieve the following ?
A source code would be of great help.
Thanks in advance