Code Access Security -- Simple but working examples

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Code Access Security -- Simple but working examples

    Folks,

    I'm desperately trying to understand code access security. MSDN and
    VS.NET help files explains the concepts in details but the code
    snippets does not help to put the whole picture together.

    Can anyone point me to any article or web site where there is a step
    by step walkthru to help understand code access security better?

    Thanks.
    Gopal Krish Guest

  2. Similar Questions and Discussions

    1. Client Certificate and Code Access Security
      Hi, I am implementing a IIS deployed client (Windows Forms) that accesses a web service on the same server. I want to use client certificates for...
    2. Article : Code Access Security Part - 2 (.Net FrameWork Tools Series)
      Hey Guys, Before we start with our sample app we need to view the security configuration files on the machine. You will find them under ...
    3. Article : Code Access Security Part - 1 (.Net FrameWork Tools Series)
      Hey Guys, Today we are going to look at Code Access Security. Code access security is a feature of .NET that manages code depending on its...
    4. Code Access Security
      Hi, I am developing an ASP.NET application which works as a very restricted identity on IIS6.0 The application will just have communication with...
    5. simple examples
      If you are using VS.net, right click on your ASP.net project and select "Add Web Reference" You are then prompted for the URL to your Webservice. ...
  3. #2

    Default Re: Code Access Security -- Simple but working examples

    Gopal,

    Take a look at this MSDN TV webcast with Matt Lyons presenting the "Basic
    Principles of Code Access Security":

    [url]http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20040212securityml/manifest.xml[/url]

    There are few other resources (including a few off my blog), but this is a
    good overview. Code Access Security (CAS) is tough to learn at first, and
    does take a few passes to finally grok it. I am sure myself and others would
    be happy to answer some specific questions.

    Robert Hurlbut

    [url]http://weblogs.asp.net/rhurlbut[/url]

    [url]http://www.securedevelop.net[/url]

    "Gopal Krish" <geeksgk@yahoo.com> wrote in message
    news:8b4092e6.0410281702.7e317f9e@posting.google.c om...
    > Folks,
    >
    > I'm desperately trying to understand code access security. MSDN and
    > VS.NET help files explains the concepts in details but the code
    > snippets does not help to put the whole picture together.
    >
    > Can anyone point me to any article or web site where there is a step
    > by step walkthru to help understand code access security better?
    >
    > Thanks.

    nntp.microsoft.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139