Forums

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Security > Get Data for a Silverlight Applikation

Get Data for a Silverlight Applikation

  • Posted on Jan 6, 2010 (permalink)

    For my Silverlight-Application, i get Data from a XML-File.

    <object ...> 
      ...  
      <param name="data" value="data.xml" /> 
    </object> 

    Where is the best Place for the Data.xml File? [Webroob]/]App_Data/[MyApp]/data.xml?

    Reply

  • Answer Ivan Dimitrov Ivan Dimitrov admin's avatar

    Posted on Jan 6, 2010 (permalink)

    Hi thomas3577,

    You can create a folder called ClientBin which the Silverlight application has access to at runtime. In this folder you can put your xap file and xml file.

    Sincerely yours,
    Ivan Dimitrov
    the Telerik team

    Instantly find answers to your questions on the new Telerik Support Portal.
    Watch a video on how to optimize your support resource searches and check out more tips on the blogs.

    Reply

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Security > Get Data for a Silverlight Applikation