Successfully Implementing Shadow Folders in Windows 2003
Moderator: SourceGear
-
- Posts: 9
- Joined: Thu Dec 09, 2004 9:55 am
Vault 3.0.1 is now available for download from the SourceGear Vault site ( http://www.sourcegear.com/vault/downloads.html )
Jeff Clausius
SourceGear
SourceGear
Yes, I can personally confirm this works following the directions found in:ldudex wrote:Can you confirm this release fixes the problems with Win2k3 Server and shadow folders (e.g. IIS 5 Isolation Mode is no longer required to get it to work)?
Shadow Folders on Windows 2003 Server
FAQ: Shadow Folders with UNC Paths / Windows 2003 Server
This response applies to Windows 2003 server only...ldudex wrote:Also, is Identity Impersonation in the Web.Config file supported?
Sorry, but I could not get the Shadow Folder service to give the correct output with the following code example:
Code: Select all
[WebMethod]
public string TestPath()
{
// should return something like -
// c:\Documents and Settings\user\Application Data
return System.Environment.GetFolderPath( Environment.SpecialFolder.ApplicationData );
}
OR
IIS 6 running in IIS 5.0 isolation mode with the changes made to Vault's web.config for identity impersonation.
Jeff Clausius
SourceGear
SourceGear