Hi guys,
The scenario is this:
- My html page is on http://www.mydomain.com/somepage.html
- Using jQuery, I call a webservice on: http://subdomain.mydomain.com/webservice.asmx/somemethod
At the moment this is not working. I suspect that the subdomain is breaking a x-browser restriction. Any ideas?
It is working locally when the html page and the webservice are running off my localhost.
Cheers.