开发者

clientaccesspolicy.xml not getting downloaded from apache server

开发者 https://www.devze.com 2023-02-08 00:46 出处:网络
I have a silverlight web application and from there I am trying to access a .jsp page which is residing in an apache server. Looks like I need clientaccesspolicy.xml and crossdomainpolicy.xml in the r

I have a silverlight web application and from there I am trying to access a .jsp page which is residing in an apache server. Looks like I need clientaccesspolicy.xml and crossdomainpolicy.xml in the root directory of apache. But I am not sure on what the root directory in apache server will look like. Can anyone throw some light开发者_JS百科 on this?


the root dir is normally your htdocs directory. You can look it up in your httpd.conf, it is the DocumentRoot.

BR,

TJ

0

精彩评论

暂无评论...
验证码 换一张
取 消