[Resolved] Accessing a database on a shared drive
Hi,
Where I work, we use a shared home directory for all of our documents to access them from any computer. However, putting code in here - specifically, VB2005 - results in it not being able to access databases, and probably other things as well. I get a permissions error and the message about the location not being trusted. I can't run a compiled application from a shared path either.
Is there a way round this?
---------------------------------------------------------------------
Never mind - Tip #11 in the sticky '.NET Hints you might not know':
caspol -q -machine -addgroup 1 -url file://h:/* FullTrust -name "H Drive"