Failed to get Mercurial hgweb.cgi to work with IIS7

I used this http://tinyurl.com/mercurial-iis guide to try to configure Mercurial on IIS 7. I followed every step, however, when I try to access the site I get the following error:

Error summary

HTTP Error 500.0 - Internal Server Error There is a problem with the resource you are looking for, so it cannot be displayed.

Error Details

IsapiModule Module
Notification ExecuteRequestHandler Mercurial-ISAPI
Handler Error Code 0x8007007e

Requested URL http: // localhost: 81 / Physical path C: \ inetpub \ hg
Login method Anonymous
Login user Anonymous

I use the following setting:

  • Windows Server 2008 SP2 x64 OS
  • Iis7
  • Python 2.6.6 32bit
  • Mercurial 1.7.5 32bit
  • pywin32-215
+3
source share
2 answers

1.7.1+ changed a few things that are not reflected in most floating around links. Try this tutorial , which I published some time ago, it seems that several people have successfully dealt with this.

+1
source

Source: https://habr.com/ru/post/1794543/


All Articles