AppDomain and Security

AppDomain and Security

am 03.04.2008 23:55:32 von mmorrison93

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

RE: AppDomain and Security

am 04.04.2008 01:37:01 von pbromberg

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@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
>