I can\'t include Microsoft.Security.Application
using Microsoft.Security.Application;
Gives this error:
You are using using Microsoft.Security.Application;
Try this using System.Web.Security.Application;
For me, it was the other way round. I think it is due to different versions of my AntiXSSScripting dll I'm using.