Sign in | Join
Last post 01-18-2007 5:57 PM by JigneshP. 4 replies.
Sort Posts: Oldest to newest Newest to oldest
Can some one please help. I would like to know can I encrypt Web.Config (section) in Meduim Trust Level?
Thanks
Run following from VS command prompt:
aspnet_regiis -pe to encrypt web.config fileaspnet_regiis -pd to decrupt web.config file
Try aspnet_regiis -? for all arguments.
Hope this helps.
Jae.
Thanks for your answer. I am trying to encrypt data from code but in medium trust level I don't think I can do that. I have to follow the same method you have mentioned.
Once again thank you for your help.