Running application on a network mapped drive
-
Hi. If i try to run my applications on a mapped drive i get a security warning in the top left corner of the applications window. And apllication doesn't work as it gives me an information window : "Application attempted to perform an operation not allowed by the security policy. ... Request for the permission of type 'System.Security.Permissions.FileIOPPermission, mscorlib, version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' How can i make my applications work in such an envirioment? I've seen normal delphi apps work :) Thanks in advance!
Regards, Matjaž
-
Hi. If i try to run my applications on a mapped drive i get a security warning in the top left corner of the applications window. And apllication doesn't work as it gives me an information window : "Application attempted to perform an operation not allowed by the security policy. ... Request for the permission of type 'System.Security.Permissions.FileIOPPermission, mscorlib, version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' How can i make my applications work in such an envirioment? I've seen normal delphi apps work :) Thanks in advance!
Regards, Matjaž
It is because of the code access security. Read about Caspol.exe[^]. This[^] blog post can also help. :)
Navaneeth How to use google | Ask smart questions
-
It is because of the code access security. Read about Caspol.exe[^]. This[^] blog post can also help. :)
Navaneeth How to use google | Ask smart questions
Thanks for your answer! So that means there's no way to get applications running by adding some extra code? Only localy with administrator account and change some settings?
Regards, Matjaž
-
Thanks for your answer! So that means there's no way to get applications running by adding some extra code? Only localy with administrator account and change some settings?
Regards, Matjaž
Matjaž Grahek wrote:
So that means there's no way to get applications running by adding some extra code?
I am not sure, but I think there is no other way.
Navaneeth How to use google | Ask smart questions
-
Thanks for your answer! So that means there's no way to get applications running by adding some extra code? Only localy with administrator account and change some settings?
Regards, Matjaž
-
It wouldn't be providing much security if you could simply bypass it.. :doh:
I are troll :)
hehehe:) true:) well... thanks anyway:)
Regards, Matjaž