G
Guest
I wonder if someone can help with this -
I 'm creating an IISVirtualDirectory, and setting its Path property to the
physical path I want to reference. This works fine when I have a standard
file path - 'C:/Test' - however I sometimes have a UNC path -
'//remoteComputer/Test' - and IIS appears to choke when it's given that.
So, is there any way of translating a UNC path to the physical path on the
remote computer? ie: Translating ' //remotecomputer/Test' to 'C:/Test' ?
Thanks!
Simon
I 'm creating an IISVirtualDirectory, and setting its Path property to the
physical path I want to reference. This works fine when I have a standard
file path - 'C:/Test' - however I sometimes have a UNC path -
'//remoteComputer/Test' - and IIS appears to choke when it's given that.
So, is there any way of translating a UNC path to the physical path on the
remote computer? ie: Translating ' //remotecomputer/Test' to 'C:/Test' ?
Thanks!
Simon