RadioActiveLamb
IS-IT--Management
I have a very simple application that runs a query against a MS SQL7 server. The application returns the query just fine, when I launch the EXE from my local C: drive. The problem is that when I copy the EXE to the shared network drive and execute it on the same machine, I get this error:
"The application attempted to perform an operation not allowed by the security policy. The operation required the SecurityException. To grant this application the required permission please contact your system administrator, or use the Micorosft .NET security policy administration tool."
The trouble here is that I AM the system administrator, and I am a member of the domain admins group. I have full access to this folder, where the security is set to "everyone - change".
Since there's no code executing on the server that hosts this drive share, I don't see how the .NET security policy admin tool comes into play.
I have the .NET framework & SP2 installed on this box.
Any clues?
Thank you.
Jeff Lamb
"The application attempted to perform an operation not allowed by the security policy. The operation required the SecurityException. To grant this application the required permission please contact your system administrator, or use the Micorosft .NET security policy administration tool."
The trouble here is that I AM the system administrator, and I am a member of the domain admins group. I have full access to this folder, where the security is set to "everyone - change".
Since there's no code executing on the server that hosts this drive share, I don't see how the .NET security policy admin tool comes into play.
I have the .NET framework & SP2 installed on this box.
Any clues?
Thank you.
Jeff Lamb