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
source
share