Ask a Question related to ASP.NET Security, Design and Development.
-
Gopal Krish #1
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
-
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... -
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 ... -
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... -
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... -
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. ... -
nntp.microsoft.com #2
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



Reply With Quote

