2013年12月16日 星期一

Web config 字串加密 & Aspnet_regsql

aspnet_regiis -pe "connectionStrings" -prov "DataProtectionConfigurationProvider" -app "/MisConfig"
aspnet_regiis -pd "connectionStrings" -app "/MisConfig"
 
*"/MisConfig":網站名稱
 
ASP.NET SQL Server 註冊工具 (Aspnet_regsql.exe)
http://msdn.microsoft.com/zh-tw/library/ms229862%28v=vs.100%29.aspx


Start-->Run
-->regedit
-->HKEY_LOCAL_MACHINE
-->SYSTEM
-->CurrentControlSet
-->Services
-->aspnet_state
-->Parameters
AllowRemoteConnection=1

___________________________________________________________




aspnet_regsql -S localhost -E -ssadd 


aspnet_regsql -S localhost -E -ssadd -sstype p


aspnet_regsql -S localhost -E -ssadd -sstype c -d MyStateDB


 

沒有留言: