Hi
I am a good way into learning REST services and now i can get filtered from my remote SQL server database into my winforms application. This only works when i run the web service project locally and call the uri in my browser.
No i need to test this on my website. I have published the web service to a file and uploaded it but i just get 404 errors.
Lets say that i can check the uri when i host it locally by calling //localhost:36544/Project/True/5 (return projects where active is true and month is 5). i would expect to call it in the same way when the files are located on my website
www.mywebsite.com/webservice/project/true/5 but it doesnt work.
What is the correct method of doing this?
Thanks
Nacho
Go to the complete details ...