Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WCF and WF
  4. WCF URL registration

WCF URL registration

Scheduled Pinned Locked Moved WCF and WF
csharpwcfquestion
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    cateyes99
    wrote on last edited by
    #1

    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

    M 1 Reply Last reply
    0
    • C cateyes99

      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

      M Offline
      M Offline
      Mark Salsbery
      wrote on last edited by
      #2

      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:

      C 1 Reply Last reply
      0
      • M Mark Salsbery

        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:

        C Offline
        C Offline
        cateyes99
        wrote on last edited by
        #3

        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[^]

        M 1 Reply Last reply
        0
        • C cateyes99

          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[^]

          M Offline
          M Offline
          Mark Salsbery
          wrote on last edited by
          #4

          cateyes_99 wrote:

          "netsh http show urlacl" is for Vista.

          You mean there's other OSs? :)

          Mark Salsbery Microsoft MVP - Visual C++ :java:

          C 1 Reply Last reply
          0
          • M Mark Salsbery

            cateyes_99 wrote:

            "netsh http show urlacl" is for Vista.

            You mean there's other OSs? :)

            Mark Salsbery Microsoft MVP - Visual C++ :java:

            C Offline
            C Offline
            cateyes99
            wrote on last edited by
            #5

            when I tried "netsh http show urlacl" on WinXP SP2, but it complained: The following command was not found: http show urlacl So I found that link in my reply online :)

            modified on Tuesday, March 17, 2009 8:54 PM

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups