RE: AppDomain and Security
- From: Peter Bromberg [C# MVP] <pbromberg@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 3 Apr 2008 16:37:01 -0700
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@xxxxxxxxx" 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
- References:
- AppDomain and Security
- From: mmorrison93
- AppDomain and Security
- Prev by Date: Calling Master Page methods directly from Content Page inline code (.aspx file)
- Next by Date: RE: Browser opening file twice
- Previous by thread: AppDomain and Security
- Next by thread: Calling Master Page methods directly from Content Page inline code (.aspx file)
- Index(es):