CASPOL -S off

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know the realistic implications of this command for Code Access
Security Policy on a users machine.

I would like to know...
a) does it affect all dot net code run on a enterprise network?
b) does it open up security issues?
 
marcmc said:
Does anyone know the realistic implications of this command for
Code Access Security Policy on a users machine.

It would allow *any* .Net, Managed Code to run on your machine,
doing absolutely anything that it wants to, no matter /where/ that code
comes from.
a) does it affect all dot net code run on a enterprise network?

If you were to apply it at Enterprise level, yes.
b) does it open up security issues?

Oh; just one or two ... ;-)
They aren't any .Net viruses yet; but with this setting in place, you
can guarantee your machines would be the first to be infected.

HTH,
Phill W.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top