Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 'encripta Conexion de connectionStrings
- cmd
- 'encripta conexion de appsettings movido a BANCO_FINANCIERO
- C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -pef ""connectionStrings"" C:
- \PUBLICACIONES\WS_Confirming"
- 'desencripta conexion de connectionStrings
- C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -pdF ""connectionStrings"" C:
- \PUBLICACIONES\WS_Confirming"
- ' Crea El contenedor
- C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -pc "Contenedor_Prueba3" -exp
- 'da el acceso al contendedor
- C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -pa Contenedor_Prueba3 “NT
- AUTHORITY\NETWORK SERVICE”
- ''Prueba de encriptacion de proveedor
- C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -pef "connectionStrings" C:
- \PUBLICACIONES\WS_Confirming -prov prueba
- ''Encripta Seccion de Connectionstrings con el nuevo provider
- C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -pef connectionStrings C:
- \PUBLICACIONES\WS_Confirming -prov prueba
- '' Exportar archivo de encriptacion a XML
- C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -px Contenedor_Prueba3 c:
- \myApp1SampleKeys.xml -pri
- ''porsiacaso
- C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -pa NetFrameworkConfigurationKey
- "NT AUTHORITY\NETWORK SERVICE"
- '''''Agregar a Web config'''''
- <configProtectedData>
- <providers>
- <clear/>
- <remove name="prueba" />
- <add name="prueba"
- type="System.Configuration.RsaProtectedConfigurationProvider, System.Configuration,
- Version=2.0.0.0,
 Culture=neutral,
- PublicKeyToken=b03f5f7f11d50a3a,
 processorArchitecture=MSIL"
- keyContainerName="Contenedor_Prueba"
- useMachineContainer="true" />
- </providers>
- </configProtectedData>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement