Re: Code access permissions step by step walkthrough?????

From: Nicole Calinoiu (calinoiu)
Date: 10/29/04


Date: Fri, 29 Oct 2004 07:44:57 -0400

Well, you're not going to get a _full_ understanding of CAS from a
walkthrough. <g> That said, if you just want some more complete examples to
follow, you might want to take a look at this article:
http://www.thecodeproject.com/dotnet/UB_CAS_NET.asp. It's not a complete
reference by any means, but it does provide at least a few samples through
which you could work, as do some of the references at which it points.

"Gopal Krish" <geeksgk@yahoo.com> wrote in message
news:8b4092e6.0410281623.573fc9f9@posting.google.com...
>I actually want to get a full understanding of CAS. Only then I will
> know what it can and can't do and based on that I can decide if I need
> to use CAS for my web application.
>
> MSDN only explains the concepts with some code snippets which is very
> hard to visualize CAS for a newbie.
>
> Basically I need to know what it can do and what it can't do with some
> working examples.
>
> Any help?
>
> "Nicole Calinoiu" <calinoiu REMOVETHIS AT gmail DOT com> wrote in message
> news:<eR5kVyOvEHA.3840@TK2MSFTNGP12.phx.gbl>...
>> It isn't actually necessary to "implement code access
>> permission/security"
>> in most applications since the underlying framework takes care of most of
>> this for you. That said, there are various guides available to specific
>> types of CAS use, so if there's something particular you want or need to
>> do
>> wrt CAS, someone might be able to point you at an appropriate resource if
>> you could provide a bit more details concerning your CAS usage goals.



Relevant Pages