Tagged Questions
The caspol tag has no wiki summary.
4
votes
2answers
694 views
Run c# .NET Program from network share
got a interesting problem. I placed a c# .net .exe file on a network share. If i try to
Start->Run: \\hostname\test.exe
my software starts properly and everything is working.
We also have a DNS ...
2
votes
1answer
1k views
Legacy Security Policy in Visual Studio 2010 and COM References
I have a project using DevExpress 8.3 (2008.3) which I just recently upgraded to use VS 2010. After doing so, everything compiled fine but I got errors trying to use the designer. I resolved this as ...
2
votes
4answers
379 views
Exists a replacement for the command-line-tool CASPOL.exe?
When trying to execute a .NET-App, it throws a "PolicyException", because "only one group is allowed".
The tool should list existing settings, and allow to delete selected settings.
Using caspol to ...
2
votes
1answer
612 views
A CASPOL command to completely trust all code
We have a a couple of old framework 1.1 applications at my workplace, and we have run up against security exception problems. At this stage, I don't have the option of upgrading the apps to use ...
2
votes
1answer
1k views
Is there a CASPOL.exe GUI command line generator?
Is there a simple utility/GUI application for generating CASPOL commands?
2
votes
3answers
2k views
.Net 2.0 application from network share without FullTrust
I am trying to run a .Net 2.0 application from a network share without using the FullTrust permission set. I want to create a new permission set that has just the permissions my assemblies require, ...
1
vote
1answer
88 views
Security exception when passing .net 3.5 to 4.0
We have some issues while migrating our Asp.Net Web Application .Net 3.5 to .Net 4.0.
It seemed that we had a Caspol Security Exception, so we added this to our web.config :
<runtime>
...
1
vote
0answers
139 views
How can I see what zone or site of origin caspol considers a peice of code to belong to?
I am trying to get used to caspol because the downloaded projects for software books I use invariably wont run because "the project location is not trusted". I understand I need to use caspol to ...
1
vote
3answers
755 views
.Net Security Exception when trying to render a reCaptcha control
I've downloaded the recaptcha.dll in both 1.0.1.0 and 1.0.4.0.
When trying to render the control, I get the following exception:
Security Exception
Description: The application attempted to ...
1
vote
1answer
135 views
Caspol: Calling a method from an assembly on a network share
I have compiled an assembly using the Microsoft Strong Name key convention and marked it to be "AllowPartiallyTrusted".
I am testing the application against this assembly from two different machines.
...
1
vote
1answer
636 views
That assembly does not allow partially trusted callers although the zone is fully trusted
Since yesterday, I receive a security exception when I want to run a unit-test from within VS.NET 2008.
The error goes like this:
SecurityException: that assembly does not allow partially trusted ...
1
vote
1answer
758 views
Caspol, VMs, Mapped Drives, VS2010
(updated this after various other attempts to crack it!)
I have a VM (Win7 32 bit) with VS2010 installed. I have a drive mapped (not a vm shared folder 'cos I found a write-latency issue in other ...
1
vote
2answers
374 views
.NET: are regasm and caspol dependent on which user is logged
When using regasm and caspol to register and grant trust to assemblies, will it matter under which user account these utilties are executed?
Could there arise a situation where assemblies are ...
1
vote
1answer
274 views
What's the best way for a VPC to access files on the host machine
I am running Vista64 as the host for Win XP in Virtual PC 2007 SP1. I want to store my files on the host machine and just access them from the virtual pc.
I access the files on the Host through a ...
0
votes
0answers
27 views
Execute .net application from RDP \\tsclient share
I have tried different caspol commands, but non seams to work. I have only user rights on the pc where i would like to program from share.
This is example of the commands i tried
caspol -user ...
0
votes
0answers
42 views
I need to set a security policy for a foreign dll in C#
I have an old VSTO file present which only brings an installer for the current user along. So far I managed to write a clean C# application that will modify the registry to make the Add-In available ...
0
votes
1answer
62 views
Detected DLLs that are from the internet and “blocked” by CASPOL
Is there a way in code to detected whether a DLL is blocked from being loaded because it was downloaded from the internet? I know the caspol.exe utility can read permissions settings, but I would ...
0
votes
2answers
156 views
CAS not working for VS2010 mapped drive
I have a project using subsonic that I developed in Visual Studio 2008 on C: drive. No problem there.
I've just upgraded to Visual Studio 2010 (and as my computer coincidentally died, I'm now running ...
0
votes
1answer
1k views
C# - .NET 4.0 - That Assembly does not allow partially trusted callers
When running from a network share, my application throws the following exception:
That assembly does not allow partially trusted callers.
My application references two DLL files:
...
0
votes
0answers
242 views
ActiveX slow to load first time
I have an ActiveX control written in VS2010 using C#. I have created a setup project to install the ActiveX control on the client PC and made sure that Register is set to vsdrpCOM.
On the HTML Page I ...
0
votes
2answers
286 views
Why would you need to run regasm and caspol on a .net component more than once?
Why would you need to run regasm and caspol on a .NET component more than once?
I have a COM client that uses a .NET component residing on another machine. Consequently I need to run regasm and ...
0
votes
2answers
285 views
C# app fails to load Matlab DLL when running from a shared drive?
I have a C# .NET 2.0 program that calls a Matlab .dll file that I created using Matlab Builder for .NET. This Matlab .dll file is a wrapper for a m file function that I need to call from my C# ...
0
votes
1answer
145 views
MS Exam 70-536 - Caspol actions not presented by .Net Config Tool
Studying MS Exam 70-536 .Net Foundation I've got to Chapter 11 Application Security and in the end of a lesson there is a practice to add code group with .Net Configuration Tool and change it with ...
0
votes
1answer
103 views
How to change the security level of a local assembly to internet or customized permission set?
I built a assembly which is a class library, for example lib.dll .
And I also have a application to access this lib, for example test.exe.
I changed the security permission for the test.exe to ...
0
votes
1answer
2k views
CASPOL, FullTrust and running an ActiveX Control in IE with FullTrust based on URL
I've set up an activex control to run on a webpage. The server is able to serve this webpage to itself, but other machines on the intranet and internet aren't able to access it.
The Caspol settings ...
0
votes
0answers
338 views
Virtual PC 2007 host is 64 bit XP Pro - guest is 32 bit XP Pro - cannot access shared folder
I've Googled, I've Caspol to death, but I still cannot load a VS2008 solution from a drive on the host machine. I get the project location not trusted message.
When I try:
Caspol -q -machine ...
0
votes
1answer
397 views
C#: windows application Caspol
I have a windows application.. which will run in a very restricted environment ... The windows app queries event logs and performance counters.. it requires these permission.. the log in account being ...
0
votes
3answers
2k views
execute caspol from within vbscript
I'd like to call caspol from within a script inside a custom action in
an msi (setup project). I'd prefer a standard msi to ClickOnce,
because with a standard msi I can install drivers & associate
...