09-23-04 02:18 PM
Hi all,
I want to allow few valid characters to go with the querystring in cms.
like & and <.
What should be the code for that?
I tried this bus couldn't get it working.
<appSettings>
<add key="WebAuthor.CustomValidCharacters" value="&"/>
</appSettings>
Any suggestions?
I appreciate your help.
Regards,
Randall
[ Post a follow-up to this message ]
|