I want to avoid script injection in my already running asp.net application, so I have added FilteredTextBoxExtender with every text box at run time on Pagebase Init event and that works perfectly, where I have defined "<>&" charters which are invalid.
I want to know all special charters which cause an issue for script injection.