c# - Connecting from WCF Web Service to MS SQL Database via ODBC Security -
i have wcf web service contacted via iphone app on https protocol. web service connects database via odbc sql connection. connection between web service , database via odbc secure? if not, how can create sure, there won't security issues?
this broad topic suggest start here: securing sql server
start making sure database behind firewall it's not straight accessible on internet.
fortunately, utilize of wcf services not complicate topic. can still follow general best practices.
c# sql-server wcf security odbc
No comments:
Post a Comment