Displaying 2 results from an estimated 2 matches for "caspol".
2010 Jul 29
1
Multiple instances of wine on different machines with $HOME on NFS
....NET2.0 if your C: drive lives on a network,
e.g. a "NFS System.IO.FileLoadException: Failed to
grant minimum permission requests." failure.
The reason is that .NET2.0 by default considers everything coming from
the network as possibly tainted. Usually you can issue something like
"CasPol.exe -m -ag 1.2 -url file://... FullTrust" command
to make e.g. your intranet trusted.
Unfortunately CasPol.exe is living on C:, and is not trusted
if that is served via NFS ... If you still want C: to be on NFS
(despite the above mentioned performance penalty),
the fix is to copy your CasP...
2011 Jan 09
4
IIS Change Notifications
....10 ubuntu with
samba 3.5.4 (from launchpad/aptitude) followed by a built from source 3.5.6.
I tested with 3.5.6 to confirm it wasn't the 4 byte boundry bug recently
fixed.
The ubuntu server is running on a VM locally.
IIS7 works much smoother with UNC paths than IIS6, except you have to use
caspol to trust the UNC path if you want to execute asp.net binaries.
I'm not very familiar with C code, especially on linux environments so i'm
not sure how to test/provide the information you need to diagnose this bug.
I am happy to file a bug report, but without a working IIS7 installation, i...