1
For security its recommended to encrypt web.config after deploy.
MSDN article is here
Encrypting and Decrypting Configuration Sections
cmd should run as Administrator in Windows Server 2008
Example:
Encrypt:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -pe "connectionString" -app "/appname"
Decryption:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -pd "connectionString" -app "/appname"
Posted on 3:36 AM by Softminer and filed under
ASP.NET
For security its recommended to encrypt web.config after deploy.
MSDN article is here
Encrypting and Decrypting Configuration Sections
cmd should run as Administrator in Windows Server 2008
Example:
Encrypt:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -pe "connectionString" -app "/appname"
Decryption:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -pd "connectionString" -app "/appname"
Great Article
Cyber Security Projects
projects for cse
Networking Security Projects
JavaScript Training in Chennai
JavaScript Training in Chennai
The Angular Training covers a wide range of topics including Components, Angular Directives, Angular Services, Pipes, security fundamentals, Routing, and Angular programmability. The new Angular TRaining will lay the foundation you need to specialise in Single Page Application developer. Angular Training
Post a Comment