I am working with a classic Asp.net website which is about 5 years old. I upgraded the .NET version of the website to .NET 4.5.
A security scan has revealed that the site is vulberable to XSS Forgery attacks. What is the best way to prevent an XSS Forgery attack in Asp.net? Note that I am not using MVC.