how to debug a WCF service once it's out of dev env

Posted by ffc on Stack Overflow See other posts from Stack Overflow or by ffc
Published on 2010-05-14T20:09:46Z Indexed on 2010/05/14 20:14 UTC
Read the original article Hit count: 173

Filed under:

hi,

I have a WCF service that i've been able to communicate with fine while it's hosted locally.

I have it deployed to a web server in IIS now, and I can get the wsdl file without error by navigating to http://site.com:8000/service/servicename.svc?wsdl

in trying to test this, i've created a console app and was able to successfully add a service reference to this. But when I try to run a Get() method on the service reference, it just hangs with no response.

How can I begin to debug this?

Thanks!

© Stack Overflow or respective owner

Related posts about wcf