开发者

WCF Service testing with connections external to localhost

开发者 https://www.devze.com 2023-03-19 08:52 出处:网络
I\'m developing a WCF webservice, but when it loads via visual studio in the built in server (Cassini) I cannot access it anyway except via localhost on that machine.I would like to try it with connec

I'm developing a WCF webservice, but when it loads via visual studio in the built in server (Cassini) I cannot access it anyway except via localhost on that machine. I would like to try it with connections from other 开发者_运维知识库machines as well though... what's the best way to do this without installing IIS on my box (I can't...stupid system corporate policies prevent it).


You might be able to use / install IIS Express (see this link) without administrative privileges. However sadly Cassini does not allow remote connections.


If I am not mistaken, you should install IIS. Cassini does not support remote connections.

0

精彩评论

暂无评论...
验证码 换一张
取 消