D
Doug Eller
I am serializing datasets and sending them out to a client application via a
web service. My problem is that the associated schema includes all of my
connection string, database username and password and SQL info. This is bad.
I can think of two ways to deal with this:
1. Parse the data out of the schema before i send it out
2. Encrypt the data
My question is......is there a better way?
web service. My problem is that the associated schema includes all of my
connection string, database username and password and SQL info. This is bad.
I can think of two ways to deal with this:
1. Parse the data out of the schema before i send it out
2. Encrypt the data
My question is......is there a better way?