views:

20

answers:

0

Following up to my old question here:

http://stackoverflow.com/questions/3125248/vb-net-secure-passwords-to-database

Where would a person start who wants to make a web service to allow a public desktop application to submit bug/crash data to a MS SQL Database without containing the database information. I created an app a while ago and not even thinking left my database open for an attack on my data.

Or if there is a better way for users to submit data into a database without opening the database up to attacks. Any ideas?