Click here to Skip to main content
15,891,708 members
Please Sign up or sign in to vote.
3.67/5 (2 votes)
Hi all

I'm developing an asp.net application (i use sql server 2008) .In this at the last page of asp.net application i insert certain values to a remote DB testDB . Also i use a winforms app for accessing testDB and displaying certain values. Every thing goes fine but i need to know is any issues with this method ?
Posted
Updated 3-Feb-14 22:09pm
v2

1 solution

Accessing a remote db server is potentially a security risk, as you have to open the ports of the db in the firewall on the server. This opens doors to hackers and script kiddies trying to hack your db server.
Consider using webservices like webapi, plain old webservices, WCF or something else which encapsultates the access to methods you have better control of.
 
Share this answer
 
Comments
Praveen_P 4-Feb-14 5:55am    
thank u

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900