2
我在我的應用程序中使用sessionState mode =「SQLServer」。有什麼方法來加密在web.config中傳遞的連接字符串?Asp.net在sessionState中加密sqlConnectionString
我在我的應用程序中使用sessionState mode =「SQLServer」。有什麼方法來加密在web.config中傳遞的連接字符串?Asp.net在sessionState中加密sqlConnectionString
要加密的應用程序之間的SQL Server連接,你可以再補充
encrypt=true
連接字符串,如:
"Server=##.##.##.##,1092;Database=dbname;uid=username;pwd=password;encrypt=true"
要加密web.config中的字符串看到how-to-encrypt-connection-string-in-web.config