WCF service and security

Posted by Gaz83 on Programmers See other posts from Programmers or by Gaz83
Published on 2012-07-14T21:21:43Z Indexed on 2012/09/13 15:50 UTC
Read the original article Hit count: 366

Filed under:
|
|

Been building a WP7 app and now I need it to communicate to a WCF service I made to make changes to an SQL database. I am a little concerned about security as the user name and password for accessing the SQL database is in the App.Config. I have read in places that you can encrypt the user name and password in the config file.

As the username and password is never exposed to the clients connected to the WCF service, would security in my situation be much of a problem?

Just in case anyone suggests a method of security, I do not have SSL on my web server.

© Programmers or respective owner

Related posts about c#

Related posts about wcf