What is New in ASP.NET 4.0 Code Access Security
Posted
by HosamKamel
on ASP.net Weblogs
See other posts from ASP.net Weblogs
or by HosamKamel
Published on Thu, 06 May 2010 09:33:18 GMT
Indexed on
2010/05/06
9:38 UTC
Read the original article
Hit count: 1748
Weblog.asp.net
|ASP.NET Tips & Tricks
|ASP.NET
|ASP.NET Deployment
|ASP.NET Tips & Tricks
|ASP.NET MVC
|.NET 4.0
ASP.NET Code Access Security (CAS) is a feature that helps protect server applications on hosting multiple Web sites, ASP.NET lets you assign a configurable trust level that corresponds to a predefined set of permissions. ASP.NET has predefined ASP.NET Trust Levels and Policy Files that you can assign to applications, you also can assign custom trust level and policy files. Most web hosting companies run ASP.NET applications in Medium Trust to prevent that one website affect or harm another site etc.
As .NET Framework's Code Access Security model has evolved, ASP.NET 4.0 Code Access Security also has introduced several changes and improvements.
A Full post addresses the new changes in ASP.NET 4.0 is published at Asp.Net QA Team Here http://weblogs.asp.net/asptest/archive/2010/04/23/what-is-new-in-asp-net-4-0-code-access-security.aspx
© ASP.net Weblogs or respective owner