Hi Larry, You can use an UNC path for the DMX repository without using a third party provider. However, what you have to deal with are the permissions (NTFS and Sharing) of the target path. So, if the website application pool is running as a low level Domain account, for example, you would need to specify appropriate access for that account. In addition, if the web site is running in partial trust mode (e.g. Medium Trust), you would have to create an appropriate trust policy file which allows access to the UNC path. If the site is running in Full Trust, that will not be a factor. Hope that helps. Rob Ralston |