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