I want to use aspnet_regiis to encrypt sections of my web.config in production environment. As per my understanding one need .NET command prompt to run the command to encrypt.

How can we achieve this if we have only .NET framework installed in production and not Visual Studio?

link|improve this question
feedback

1 Answer

Having the .NET framework installed should be sufficient. The aspnet_regiis can be found under the folder for the .NET version that your application is using. For .NET 2.0 you will find it under:

C:\Windows\Microsoft.NET\Framework\v2.0.50727\

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.