My server is running Mercurial 2.6 via the Python Module, exposed by HTTPS via IIS 6.1 (Server 2008 R2).
I've verified that the Mercurial version has the largefiles extension build in, and I've converted my repository using the "hg lfconvert" command as per the documentation.
My TortoiseHg client (v2.8.1) also has the extension built in and it's enabled in my global settings (Mercurial.ini).
When I attempt to clone the converted repository, I get the following error message as an HTTP error:
HTTP Error: 500 (unknown repository format: requires features 'largefiles' (upgrade Mercurial))
As far as I can tell, I've enabled everything. What am I missing?