I have a web service hosted in some server. I am trying to access it from my localhost.
I am getting a javascript error :
status = 0
responseText = null
The same application working fine when hosted in the same server problem only coming when i am accessing it form localhost.
Any suggestion to fic this?