Database/Web Server and SQL Server Setup - Security?
Posted
by
Jess
on Server Fault
See other posts from Server Fault
or by Jess
Published on 2011-01-07T18:15:56Z
Indexed on
2011/01/07
18:55 UTC
Read the original article
Hit count: 354
sql-server
|security
This seems really basic, but I couldn't find an answer already ... we are looking to deploy a website to an IIS server, and a database to a separate server. We aren't sure how to best secure this for access by internal users and internet.
The IIS Server is not connected to the domain, and neither is the database at the moment. Should it be? Also, if we use SQL Server authentication instead of Windows Authentication, should we just hard-code the user/password into our internal apps?
© Server Fault or respective owner