<configuration> <appSettings> <add key="LogPath" value="E:\\Logs\\IPGAdmin\\IPGAdminWeb.log"/> <add key="CM-DB" value="[CA-CM].[dbo]." /> <add key="SqlTimeout" value="120" /> <add key="EncMode" value="0" /> <add key="SqlConnStr" value="t2gG4qj2CGuwqYly1nbDm6ODgJa2iKlIjpErMrnjdOD8wtpscm8ypg==" /> </appSettings> <system.web> <sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data--需要加密 source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="20" /> <compilation debug="true" targetFramework="4.0"/> </system.web></configuration>
2 回答
呼啦一阵风
TA贡献1802条经验 获得超6个赞
<sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data--需要加密 source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="20" />你是要加密这段中的sqlConnectionString,那么你在页面中应该有读取这个sqlConnectionString的代码吧。给你个建议,先用一种加密算法如DES加密sqlConnectionString中的内容,然后,将加密后的内容替换到WebConfig中的此处位置。读取时,在解密就行了。
- 2 回答
- 0 关注
- 1379 浏览
添加回答
举报
0/150
提交
取消