How can I safely store and access connection string details?

前端 未结 5 1569
情话喂你
情话喂你 2021-02-06 00:51

I\'m currently working on a ASP.NET MVC web site, and I\'ve come up to a point where I need to integrate a database into the website.

Normally I would simply add the app

5条回答
  •  春和景丽
    2021-02-06 01:42

    Maybe you wanna look into encrypting your connection string: http://chiragrdarji.wordpress.com/2008/08/11/how-to-encrypt-connection-string-in-webconfig/ (article is a bit old)

提交回复
热议问题