Monday, February 17, 2014

Encrypt Connection Strings in web Config File

Step1.

 Go to start -> All Programs File ->Microsoft .net Framwork SDK v2.0


Step2

Type the following Command for Encrypting

aspnet_regiis -pef connectionStrings “-- Enter your application path --”


Step3: 

For Decrypting the Connection strings


aspnet_regiis -pdf connectionStrings  “-- Enter your application path --”

1 comment:

Generate All Database Backup From Sql Server Using Query

DECLARE   @name   VARCHAR ( 50 )   -- database name DECLARE   @path   VARCHAR ( 256 )   -- path for backup files DECLARE   @fileName  ...