Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Well, I still can't get it to work on the Vista servers - it's still giving 503 errors, but I ended up getting it setup on a Windows 2003 server, and it seems to be working now.</p> <p>One thing I did learn in this process was the use of HttpCfg.exe to allow a user to open a non-standard HTTP port.</p> <p>Basically I had to run something like the following command:</p> <pre><code>httpcfg.exe set urlacl /u http://+:5555/ /a "O:AOG:DAD:(A;;RPWPCCDCLCSWRCWDWOGA;;;S-1-0-0)" </code></pre> <p>You can then view the URL ACL settings with this command:</p> <pre><code>httpcfg.exe query urlacl </code></pre> <p>On Vista, you can run the same types of commands using netsh (see link below).</p> <p>Sadly, this took awhile to figure out, but it was a good learning experience.</p> <p>Here are some links that I thought were useful in figuring this out:</p> <ul> <li><a href="http://www.leastprivilege.com/HttpCfgACLHelper.aspx" rel="nofollow noreferrer">http://www.leastprivilege.com/HttpCfgACLHelper.aspx</a> <ul> <li>This explians how to get the SID for your user account (for the /a part of the command. Coincidentally, this is easier on Vista - you can just specify the domain\user in the netsh http set urlacl command</li> </ul></li> <li><a href="http://technet.microsoft.com/en-us/library/cc781601.aspx" rel="nofollow noreferrer">http://technet.microsoft.com/en-us/library/cc781601.aspx</a> <ul> <li>This explains the syntax/options of the HttpCfg.exe command</li> </ul></li> <li><a href="http://msdn.microsoft.com/en-us/library/ms733768.aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/ms733768.aspx</a> <ul> <li>This really explains everything you need to know for HttpCfg/netsh http</li> </ul></li> <li><a href="http://blogs.msdn.com/drnick/archive/2006/04/14/configuring-http.aspx" rel="nofollow noreferrer">http://blogs.msdn.com/drnick/archive/2006/04/14/configuring-http.aspx</a> <ul> <li>Similar info to the msdn link above, but provides more explanation, and more relation to WCF</li> </ul></li> <li><a href="http://dotnet.dzone.com/news/msmq-wcf-and-iis-getting-them-" rel="nofollow noreferrer">http://dotnet.dzone.com/news/msmq-wcf-and-iis-getting-them-</a> <ul> <li>Another description of WCF and HTTP (and MSMQ), with a focus on IIS</li> </ul></li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload