Property Bag Settings Solution
PropertyBagSettings_2.1.wsp (Recommended default) - Release notes:- New Feature - Suggestion 75569 http://pbs.codeplex.com/discussions/75569
- Encrypt and Decrypt
- New Feature - This ability to encrypt propery values is available
- Fix Issue - 5704 null values
- Fix Issue - Access to this Web site has been blocked.
- Fix Issue - encrypt data
The properties are (now) displayed in a sorted format
A WSP (Solution Package) which contains one feature which will add a Custom Settening category on yourOperations page in Central Administration.
Solution deployment
To deploy this solution on your server you can use this script:
-----------------------------------------------------------------------------------------------------------
@setlocal
@pushd.
@set PATH=C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN
stsadm.exe -o addsolution -filename PropertyBagSettings.wsp
stsadm.exe -o deploysolution -name PropertyBagSettings.wsp -local
@pause
@popd
@endlocal
-----------------------------------------------------------------------------------------------------------