Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. aspnet_regiis -pc "SampleKeys" –exp
  2.  
  3. aspnet_regiis -px "SampleKeys" "C:SampleKeysFile.xml" -pri
  4.  
  5. aspnet_regiis -pi "SampleKeys" "C:SampleKeysFile.xml"
  6.  
  7. <connectionStrings>
  8. <add name="MyLocalSQLServer"
  9. connectionString="Initial Catalog=aspnetdb;
  10. data source=localhost;Integrated Security=SSPI;"
  11. providerName="System.Data.SqlClient"/>
  12. </connectionStrings>
  13.  
  14. aspnet_regiis -pe "connectionStrings" -app "/MachineRSA"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement