Advertisement
panxop

Untitled

Aug 18th, 2016
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1.  
  2. 'encripta Conexion de connectionStrings
  3. cmd
  4.  
  5. 'encripta conexion de appsettings movido a BANCO_FINANCIERO
  6. C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -pef ""connectionStrings"" C:
  7.  
  8. \PUBLICACIONES\WS_Confirming"
  9.  
  10.  
  11. 'desencripta conexion de connectionStrings
  12. C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -pdF ""connectionStrings"" C:
  13.  
  14. \PUBLICACIONES\WS_Confirming"
  15.  
  16.  
  17. ' Crea El contenedor
  18. C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -pc "Contenedor_Prueba3" -exp
  19.  
  20. 'da el acceso al contendedor
  21. C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -pa Contenedor_Prueba3 “NT
  22.  
  23. AUTHORITY\NETWORK SERVICE”
  24.  
  25. ''Prueba de encriptacion de proveedor
  26. C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -pef "connectionStrings" C:
  27.  
  28. \PUBLICACIONES\WS_Confirming -prov prueba
  29.  
  30.  
  31. ''Encripta Seccion de Connectionstrings con el nuevo provider
  32. C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -pef connectionStrings C:
  33.  
  34. \PUBLICACIONES\WS_Confirming -prov prueba
  35.  
  36. '' Exportar archivo de encriptacion a XML
  37. C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -px Contenedor_Prueba3 c:
  38.  
  39. \myApp1SampleKeys.xml -pri
  40.  
  41.  
  42. ''porsiacaso
  43. C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -pa NetFrameworkConfigurationKey
  44.  
  45. "NT AUTHORITY\NETWORK SERVICE"
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53. '''''Agregar a Web config'''''
  54.  
  55. <configProtectedData>
  56. <providers>
  57. <clear/>
  58. <remove name="prueba" />
  59. <add name="prueba"
  60. type="System.Configuration.RsaProtectedConfigurationProvider, System.Configuration,
  61.  
  62. Version=2.0.0.0,&#xD;&#xA; Culture=neutral,
  63.  
  64. PublicKeyToken=b03f5f7f11d50a3a,&#xD;&#xA; processorArchitecture=MSIL"
  65. keyContainerName="Contenedor_Prueba"
  66. useMachineContainer="true" />
  67. </providers>
  68. </configProtectedData>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement