views:

174

answers:

1

Is there any way to remote debug a web service on my local machine that is being hosted by Cassini?

ie On my local machine I can browse to http:// localhost:1234/webservice, but I cannot go to another machine and access http:// ip_address_of_my_machine:1234/webservice.

Is there a way?

Thanks, Jon

A: 

I think you'll find cassini doesn't allow remote connections. Any reason you can't run it from your IIS webserver?

Noon Silk