Search code examples
windowsgitiissmart-http

Using GIT Smart HTTP via IIS


I recently read Scott Chacon's post "Smart HTTP Transport", and I was hoping that it might have become possible via IIS (windows 7) since that post was written. I haven't been able to find anything showing how it can be done, and Apache is not an option in my IIS 7 based environment. So, I'm at a loss (git daemon was foiled for me by a combination of AVG anti-virus and AD).

I want to provide LDAP authenticated read/write access for selected users. So this question seems not to be relevant.

Do you know of a way to provide access to GIT via IIS?


Solution

  • I just created a project. It has an ASP.NET HttpHandler that follows what Grack does. Welcome to try it out.