Mercurial on IIS7 connection timeout.
- by Ronnie
I configured Mercurial on IIS 7 and I am able tu push and pull without problems some test files.
If I try tu 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
Is seemed to me some kind of connection timeout for the CGI but I extended the cgi timeout properties in IIS7 configuration.
What could be the problem?