WCF URL registration
-
-
Hi, anyone knows if there is a way I can check all those URLs with ports have been used by other HTTP, TCP, and IP on my local machine, so I can avoid using them? I think this helps during developing WCF and Web Service stuff. Thanks very much
From a command prompt... For all ports in use: netstat -a For HTTP.SYS reserved URLs: netsh http show urlacl Generally, for ports, you shouldn't be using anything below 49152
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
From a command prompt... For all ports in use: netstat -a For HTTP.SYS reserved URLs: netsh http show urlacl Generally, for ports, you shouldn't be using anything below 49152
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
Thanks very much :) "netsh http show urlacl" is for Vista. For WinXP, it's "httpcfg.exe query urlacl", see the below link http://www.leastprivilege.com/CommentView.aspx?guid=9a618346-5f55-47ff-b7fa-a1660aec6996[^]
cateyes_99 wrote:
"netsh http show urlacl" is for Vista.
You mean there's other OSs? :)
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
cateyes_99 wrote:
"netsh http show urlacl" is for Vista.
You mean there's other OSs? :)
Mark Salsbery Microsoft MVP - Visual C++ :java: