Hi,
I have created AJAX enables WCF service and want to consume it through javascript. In local Visual Studio everyting is working fine but when I host that application in the server, service is not able to call.
One thing I notice is that through server I am not able to get js proxy file which we get by typing serviveName/js in the url.
I am getting HTTP 404 error on that. Can anyone please suggest.