Web service failing when installed in seperate project from the website...
- by Adam
I am totally new to web services and cannot get mine to work.
My setup is on VS 2008 using IIS. I have one solution file with 3 projects in it: website, code, and services.
If I put my webservice into my website and call it locally then it will work fine (it's just a hello world web service). I want to put the service into a different…