asp.net - Is it safe to write connection string in web.config? -
is safe write connection string in web.config in asp.net application. application using 2 databases , think connection string can retrieved easily. can please suggest secure place(web.config or other file) writting connection string except encrypting it.
web.config right place this. can encrypt connection string if that's concern you. encrypting connection string in web.config it's supported in asp.net , seems know that...
Comments
Post a Comment