Hi all.
This is my first post here, and I am a noob to IIS, so it should be a fairly simple question.
I have a script and I need to access a web service from another domain, but I wont let me.
This is the error message I get in the firefox error console
Security Error: Content at http://localhost:81/soap/demo.htm may not load data from http://www.email.loc/servers/template.soap_server.php?wsdl.
I gather from the error message that you can't access data from another domain... Is that correct?
If so how can I set up IIS to allow me to access data from another domain?
Thanks in advance :)