I have setup a WebGitNet MVC site under IIS on Windows 7 Pro 64-bit (not joined to a domain).
WebGit .NET: IIS Hosting for Git "Smart HTTP" using ASP.NET MVC
The code has no authentication method specified in it, and I am trying to determine which authentication method to use under IIS to secure the site. I have tried all available methods with no success (meaning it either does not authenticate from Git or a browser, or only works in the browser). I am currently running without SSL. Once I get the auth working, I will add in SSL as well.
I need the auth to work both from a bash command line (for clone, fetch, push, etc.), as well as in Chrome when using the site to create new repos, etc.