Eccrypt web.config -
07-05-2007
, 03:32 PM
Hi ,
I am trying to encrypt <identity> element in web.config using
aspnet_regiis.exe
Syntax used
C:\WINNT\Microsoft.NET\Framework\v2.0.50727>aspnet _regiis.exe -pef "identity"
"d:\test"
"d:\test" path where web.config resides...
this return an error (below)
Error
Encrypting configuration section...
The configuration section 'identity' was not found.
Failed!
could anybody help me, why I am not able to encrypt <identity> element in
web.config. |