Security considerations when giving access to SQL Server db for a web application

Posted by rem on Server Fault See other posts from Server Fault or by rem
Published on 2010-03-12T20:58:36Z Indexed on 2010/03/12 21:07 UTC
Read the original article Hit count: 168

Filed under:
|
|

I need to expose our SQL Server 2008 database for an access from a asp.net web application. This is a new task for me, so I would like to know what basic security requirements are there for configuring software and hardware components of web server and DB Server.

Is it OK to have both Web Server (Windows Server 2008) with IIS holding ASP.NET application and SQL Server 2008 on the same machine?

Should I have to install additional firewall, like Forefront TMG? Should it be on separate computer?

In case a web application is hosted on an external web hosting privider server and SQL Server DB on a our internal server what are "pro's" and "con's" of such configuration?

© Server Fault or respective owner

Related posts about webserver

Related posts about sql-server