JQuery With ASP.NET Web Services
Hi Friends,
I problem to calling web service method when call remotely not locally.
I create asp.net web site . add a web service file(asmx) and create hello world method.
Calling this method in page header and work fine. But when host this web service on iis and calling the web service in my project with url , my project not work.
I search in google,stackoverflow and many other site but I can't find answer. you should call web service remotely not locally.
Please give me a complete sample.
Thanks