isapi - How to implement URL filtering of classic asp pages -
greetings!
i have website classic asp pages in iis 6.0. i'm trying implement url filtering of .asp requests avoid cross-site scripting attacks in url. please let me know ways can implemented.
i have written common function , calling function each page.(not best practice).
any appreciated.
have tried using server.htmlencode()
on request.form
or request.querystring
used on asp pages.
in addition parametering sql variables may help
Comments
Post a Comment