Re: Code Access Security
From: Joe Kaplan \(MVP - ADSI\) (joseph.e.kaplan_at_removethis.accenture.com)
Date: 02/12/04
- Next message: David Coe, MCP: "RE: Authentication to specific files/pages"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: Under what context Application events run in Global.asax"
- In reply to: A.M: "Code Access Security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 12 Feb 2004 09:57:06 -0600
In my opinion, it is always good in theory to consider CAS when writing a
DLL as that will make it a better .NET citizen. However, if you are sure
the assembly will only run in a FullTrust environment, then in reality, you
can safely ignore CAS as all permission demands will be granted.
However, ASP.NET does allow administrators to run sites partially trusted,
so you need to make sure that your app will not run partially trusted if you
wish to ignore CAS.
HTH,
Joe K.
"A.M" <IHateSpam@sapm123.com> wrote in message
news:uV7Oe9O8DHA.696@tk2msftngp13.phx.gbl...
> 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 DB server (no file
system
> or registery access)
>
> Is there any benefit to consider code access security inside assemblies?
>
> Thanks,
> Ali
>
>
>
- Next message: David Coe, MCP: "RE: Authentication to specific files/pages"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: Under what context Application events run in Global.asax"
- In reply to: A.M: "Code Access Security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|