Can't include Microsoft.Security.Application?

后端 未结 6 1032
离开以前
离开以前 2021-02-19 01:55

I can\'t include Microsoft.Security.Application

using Microsoft.Security.Application;

Gives this error:

6条回答
  •  别那么骄傲
    2021-02-19 02:15

    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.

提交回复
热议问题