Hi I use Silverlight 3 and .net 3.5
I have a config file in xml which is the the following format
<applicationlist>
<application>
<el1>test1</el1>
<el2>http://localhost/1</el2>
<el3>http://localhost/2</el3>
<el4>http://localhost/3</el4>
</application>
</applicationlist>
I want to store this config file in the host web application and read from the silverlight application. But since silverlight has many access restrictions, i could not achieve this. Any idea how i can proceed?