AppDomain and Security

I'm creating a web application that accesses a database. I'm thinking
of restricting the rights of the default appdomain and allowing
database access only from a separate appdomain. Will that
configuration actually increase the security of my application or am I
creating unneccesary work for no reason? Thanks

mm
mmorrison93 [ Do, 03 April 2008 23:55 ] [ ID #1934603 ]

RE: AppDomain and Security

What you are proposing doesn't really make sense, e.g. restricting something
based on an "AppDomain". Database access is limited to valid login
credentials which are transmitted via the connection string. For almost all
applications, this should be sufficient from a security perspective.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short Urls & more: http://ittyurl.net


"mmorrison93 [at] gmail.com" wrote:

> I'm creating a web application that accesses a database. I'm thinking
> of restricting the rights of the default appdomain and allowing
> database access only from a separate appdomain. Will that
> configuration actually increase the security of my application or am I
> creating unneccesary work for no reason? Thanks
>
> mm
>
pbromberg [ Fr, 04 April 2008 01:37 ] [ ID #1935365 ]
Microsoft » microsoft.public.dotnet.framework.aspnet » AppDomain and Security

Vorheriges Thema: Q: dynamically created databound controls persist but static controls
Nächstes Thema: How to modify an existing schema for a strongly typed dataset