I configured Mercurial on IIS 7 and I am able tu push and pull without problems some test files.
But if I try to push a bigger repository I get for the hg push
command line this error:
abort: error: An existing connection was forcibly closed by the remote host
From Tortoise HG I get some more detail:
lopen error [Errno 10054] An existing connection was forcibly closed by the remote host>
It seemed to me to be some kind of connection timeout for the CGI, but I extended the cgi timeout properties in IIS7 configuration. What could be the problem?