Showing posts with label feel. Show all posts
Showing posts with label feel. Show all posts

Wednesday, March 7, 2012

password in sqlconnectionstring

Hi all.

Is it safe to have my id and password in SqlConnectionString? I have the pw/id in one of aspx file and don't feel secure.

I read from somewhere that it is a better idea to store the string in web.config, but I don't understand how that makes it more secure.

check this article for better approach

http://aspnet.4guysfromrolla.com/articles/021506-1.aspx

|||

Many thanks!! []