Full trust ?
-
I want the file system in my XP to accept a shared folder on my mac as being fully trusted. It sees it as a shared folder. How do I do that, anyone know ? I googled, but had no luck. Perhaps I am just exhausted.
Christian Graus Driven to the arms of OSX by Vista.
-
I want the file system in my XP to accept a shared folder on my mac as being fully trusted. It sees it as a shared folder. How do I do that, anyone know ? I googled, but had no luck. Perhaps I am just exhausted.
Christian Graus Driven to the arms of OSX by Vista.
Could try for a http://en.wikipedia.org/wiki/NTFS_junction_point[^] Sorry, seems that XP only supports junction points which can't work over SMB, only Vista allows it with symbolic links. I do remember something about a change in 3.5 SP1 so that .NET executables in network folders run in full trust.
-
I want the file system in my XP to accept a shared folder on my mac as being fully trusted. It sees it as a shared folder. How do I do that, anyone know ? I googled, but had no luck. Perhaps I am just exhausted.
Christian Graus Driven to the arms of OSX by Vista.
Full trust meaning .NET runtime seeing it as full trust or you mean your are not able to run executables on the shared folders?
-
I want the file system in my XP to accept a shared folder on my mac as being fully trusted. It sees it as a shared folder. How do I do that, anyone know ? I googled, but had no luck. Perhaps I am just exhausted.
Christian Graus Driven to the arms of OSX by Vista.
caspol -q -machine -addgroup 1 -url file://z:/* FullTrust -name "Z Drive" [Edit] needs C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 in the path, or use full path to caspol.exe. If doing NET 1.1 work, may need to repeat using the caspol.exe in C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 [/Edit]
modified on Thursday, December 18, 2008 11:50 AM
-
caspol -q -machine -addgroup 1 -url file://z:/* FullTrust -name "Z Drive" [Edit] needs C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 in the path, or use full path to caspol.exe. If doing NET 1.1 work, may need to repeat using the caspol.exe in C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 [/Edit]
modified on Thursday, December 18, 2008 11:50 AM
Thanks - that appears to have worked.
Christian Graus Driven to the arms of OSX by Vista.