简体   繁体   中英

error trying to utilize a crossdomain.xml file with a sharepoint server

I'm trying to get a .swf file stored on a website to access files stored on my SharePoint server and I am having trouble getting the crossdomain.xml file on the SharePoint server to work properly. I am somewhat confused on where to place the file. At the moment it is located in the folder containing the relevant files. That folder is in one of the subdomains of the main site. I'm not sure that that's correct.

It looks like your xml has some issues. You don't need those semicolons. Also, if you just want to allow cross domain access to your entire site you can use a wildcard instead of the domain, which i think also has some issues. Check out this previous "stack overflow" question and try using their crossdomain snippet.

Can someone post a well formed crossdomain.xml sample?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM