Re: Securing a web DB
From: Kresimir Radosevic (kresimir.radosevic@zg.tel.hr)
Date: 11/30/02
- Next message: Kresimir Radosevic: "Re: HELP ! Security Problem"
- Previous message: Kresimir Radosevic: "Re: Local system permissions"
- In reply to: Murali: "Securing a web DB"
- Next in thread: Mary Chipman: "Re: Securing a web DB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Kresimir Radosevic" <kresimir.radosevic@zg.tel.hr> Date: Sat, 30 Nov 2002 11:13:39 +0100
If your ISP has only one SQL server instance then you can't do much since
sysadmin overrides everything. I'd ask for separate SQL server instance,
revoke builtin/administrators and use strong sa password. I think that's the
only was because if you want to fully control access to your database is to
control sysadmins, and that means whole instance. The reason why you can't
deny permissions to sysadmins is that sql server doesn't even check security
for sysadmins so sql will never find your deny.
-- Kresimir Radosevic, SQL MVP I support the Professional Association for SQL Server and its user community of dedicated professionals. www.sqlpass.org "Murali" <diffs@vsnl.com> wrote in message news:O6dH7a3lCHA.1516@tkmsftngp04... > Hi, > > We are putting up a ASP.NET based web site using SQL Server database. > > Users of the web site get to see confidential data. All of them have to > login to look at data. > Eventually the site will be SSLed to protect it from password hacking. > > The way the s/w is designed currently is to read the connection string (db > name, uid, password) from an XML file and establish connection to the DB. > > We are planning to host the site with as ISP. > One of the requirements is that the ISP should not be able to "easily" > access the SQL database. > Firstly, we are planning to use SQL server authentication (and not Win 2K > integrated login) for the database. > We want to ensure that the Web host administrator does not read XML file > and > get to know the SQL server password. > One suggestion is to encrypt the password (or connect string) and store > this > in XML. > > What do others do in these situations ? Any ideas / URLs are welcome > > Murali > > > -- > Differentiated Software Solutions Pvt. Ltd., > 90, 3rd Cross,2nd Main, > Ganga Nagar, > Bangalore - 560 032 > Phone : 91 80 3631445, 3431470 > Visit us at www.diffsoft.com > >
- Next message: Kresimir Radosevic: "Re: HELP ! Security Problem"
- Previous message: Kresimir Radosevic: "Re: Local system permissions"
- In reply to: Murali: "Securing a web DB"
- Next in thread: Mary Chipman: "Re: Securing a web DB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|