Dear experts,
I have a WCF web servie host on the same server with my SharePoint web sites. The WCF web service use port 88 other than 80. But when I try to access it in Chrome, the OPTIONS method prevent me from accessing it.
So I hope to move the virtual directory of WCF web service beneath the SharePoint root site to share 80 port and avoid cross domain origin issue.
Is it possible? If it is, how to make it.
Thank you very much.
Alex Du