I have a .asmx web service which inputs new records into my database asynchronously from my javascript. I have been able to use this service successfully dozens, if not hundreds of times. All of a sudden, for now obvious reason, the web service is not working. I cannot even call it. Intelli-sense doesn't recognize it, and I can't call it using the javascript proxies.
I tried deleting the web service completely, and then creating it from scratch (using the same methods), but this did not correct the problem.
Please, what else can I try to fix this web service? It is essential to my project.
...
Go to the complete details ...