User2067508032 posted
Hi Dear all
I want to do encrypt connection in web config file. I found that
1) command prompt type the following command
aspnet_regiis.exe -pef "connectionStrings" "C:\VisualStudio2010\Authorization"
2)Encrypt connectionStrings in web.config of IIS based site
aspnet_regiis.exe -pe "connectionStrings" -app "/SampleWebSite"
I'm not clear when I doing like that "Fail!".
my question is
1) C:\VisualStudio2010\Authorization is should be change or not becoz I install at
C:\Program\VisualStudio2010
2) IIS based when done file not found.
Who can u explain me step by step and clear. Thank you