How to make asp.net to allow the less than(<) and greater than(>) symbols along with other special symbols to be included in the password field?
I have tried setting the page request validation settings but I can't afford to compromise on security. Still I want the '<' and '>' symbols to be allowed in password fields.