Thursday, July 14, 2011

Encrypt Web Config File In Asp.net From Visual Stdio command prompt

To Encrypt Web Config File in asp.net  you simply need to type the following command in visual stdio command prompt
aspnet_regiis.exe -pe "connectionStrings" -app "//appname"    where  appname is the name of the application in that you have give in web config file

No comments:

Post a Comment