Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/powershell/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Security 如何避免在TFS中存储Web.Config连接字符串密码_Security_Powershell_Web.config Transform - Fatal编程技术网

Security 如何避免在TFS中存储Web.Config连接字符串密码

Security 如何避免在TFS中存储Web.Config连接字符串密码,security,powershell,web.config-transform,Security,Powershell,Web.config Transform,例如,这只是一个例子,我可以在web.config中放置一个类似于标记的东西,连接字符串或它的一部分,然后在版本发布过程中,当版本发布到服务器时,替换用户名和密码?一种方法是将连接字符串存储在IIS中,它们将自动应用于web.config 看到这个帖子了吗

例如,这只是一个例子,我可以在web.config中放置一个类似于标记的东西,连接字符串或它的一部分,然后在版本发布过程中,当版本发布到服务器时,替换用户名和密码?

一种方法是将连接字符串存储在IIS中,它们将自动应用于web.config

看到这个帖子了吗