Setting up Mercurial server in IIS7 using a ISAPI module
        Posted  
        
            by mhawley
        on ASP.net Weblogs
        
        See other posts from ASP.net Weblogs
        
            or by mhawley
        
        
        
        Published on Tue, 13 Apr 2010 15:12:10 GMT
        Indexed on 
            2010/04/13
            15:13 UTC
        
        
        Read the original article
        Hit count: 1016
        
Previously, Jeremy Skinner posted a very thorough guide on setting up Mercurial in IIS. The difference between his guide, and what I'll be walking you through, is how Mercurial is hosted in IIS. Where he shows you using a CGI script that executes python.exe, my guide will show you how to use isapi-wsgi to host Mercurial. (read more…)
© ASP.net Weblogs or respective owner