I've realized with VS2005 a cascade dropdown with ajax and it works fine on my local computer.
But when I deploy on the remote server I got an error on the cascade ddl "Method error 404".
This occurs because it doesn't find the WebMethod, as a matter of fact I've tried to test the
web service on the remote server and when I invoke the method I got the error "404 page not found".
I think the problem is the url of the web server, when I call local I've url like:
localhost:1480/MyApplication/MyService.asmx, instead on the remote server is:
MyApplication/MyService.asmx. On the remote server I see the web server but I've got the error
404 when I try to invoke the method. I hope that is clear what I mean, could someone help me?
Thanks.
...
Go to the complete details ...