Can't run web services locally.
Hi,
I can create a web service, post it to my host and then use it. But I can't use a service on my local machine. I'm running Windows 2000 Professional. When I try it always says "can't create type classname". I figure this is because the web service isn't running on IIS like in v1.1. But I can't figure out how to make the web service run so that I can then run my web app locally and step through it. Any ideas on how to do this? Thanks! Ken.
Hi,
I found out that if I put the services in a different solution I can get that solution started with the web server that comes with VS.Net 2005. Then I can create a web reference to the services on localhost:xxxx. Is there anyway to get this going inside the same solution as the web app? Also, is there a way to click on a current web reference and change it? I couldn't find a way, it seems like I need to delete the reference I have to the remote web service then create a new reference. In VS.Net 2003 I could just click on it, go to properties, and redirect that web reference back and forth between local and remote. Thanks! Ken.