ASP.NET Application Security in Hosted Environments

ASP.NET offers a secure environment for hosting multiple applications on a single Web server. Application Service Providers (ASPs) and Internet Service Providers (ISPs) are able to host multiple applications from different outside sources on a shared server and keep the applications isolated from each other and from critical resources on the server. ASP.NET's configuration system is designed to make it easy to isolate Web applications and to grant code access security permissions to individual applications.

See Also

ASP.NET Web Application Security | ASP.NET Configuration