i have the ClientAccessPolicy.xml and CrossDomain.xml in my C:\Lightstreamer\bin\windows and C:\Lightstreamer\conf dir , both these file have have been configured to access all

The silverlight_accesspolicy_enabled is set to Y
and what should be the silverlight_accesspolicy_path set to ?
Are my xml in the right path ?

As stated my Lightstreamer and my client run on the same computer


Please advise


--- ClientAccessPolicy.xml---
<?xml version="1.0" encoding="utf-8"?>
<access-policy>
<cross-domain-access>
<policy>
<allow-from http-request-headers="*">
<domain uri="*"/>
</allow-from>
<grant-to>
<resource path="/" include-subpaths="true"/>
</grant-to>
</policy>
</cross-domain-access>
</access-policy>

-----CrossDomain.xml-----

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-http-request-headers-from domain="*" headers="*"/>
</cross-domain-policy>