Questions tagged [urlacl]

2 questions
0
votes
1 answer

How to properly set netsh http add urlacl?

I want to reserve a port for IISExpress 10 to serve a simple website to my LAN, but how do I properly use this? add urlacl [url=]string [[user=]string {[[listen={yes|no}] [delegate={yes|no}]] | [sddl=]string}``` (I cut some of…
Tuor
  • 875
  • 1
  • 8
  • 32
0
votes
1 answer

WCF with HTTP on dynamic port number

I have a need to do automated testing of a configuration of WCF bindings. I wrote a test that, in it setup, picks a random port number and binds to it with a WSHttpBinding. The test runs a ServiceHost for the duration of its execution and then shuts…
Jonathan Gilbert
  • 3,526
  • 20
  • 28