1-This might be a simple question but I do not know what to do here. I am trying to encrypt my web.config file connection string and I go this code..Do I just need to replace "/MyApplication" with one of my aspx pages like if I have yosef.aspx then I should replace it with that or do i have to do some thing else
2-So, if I use on of my aspx page to replace it, will my web.config file will be encrypted?
For example, the following command encrypts the <connectionStrings> section of the Web.config file for an application named MyApplication.
aspnet_regiis -pe "connectionStrings" -app "/MyApplication"
2-So, if I use on of my aspx page to replace it, will my web.config file will be encrypted?
For example, the following command encrypts the <connectionStrings> section of the Web.config file for an application named MyApplication.
aspnet_regiis -pe "connectionStrings" -app "/MyApplication"