I am running the latest Mercurial and Python 2.6; On Tuesday, IIS 6 is using wildcard ISAPI method to engage the site. Hgwebdir_wsgi [path] \ = \\ COMP3254 \ TestRepo \ * [web] baseurl = / allow_push = * push_ssl = false style = monoble
if If I refer to the local drive e: \ repo * then this setup works perfectly; But I do not work on specifying the network as above; I've given full permission to server (MERCDEV01 $) on the shared folder on comp3254, I can not think of any other reason that this will not work.
There may be a delegation problem You can authenticate NTLM-Web server (and your credentials to your local Drive trust), but the web server can not authenticate you at a remote location because it does not know your password (i.e. it can not represent your credentials).
Have you tried setting the network space on the server as a virtual directory? You can then enter the credentials that IIS will cache and will use to access that location.
Comments
Post a Comment