我搜索了谷歌,但没有找到具体的答案,如果在NWebSec中支持webforms (而不是MVC)。确实提到了对Asp.net 4的支持如下:Historically, NWebsec has been targeting ASP.NET 4.The following packages target ASP.NET 4:
NWebsec.Mvc为了测试NWebSec对asp.ne
我已经安装了NWebSec 3.0模块,并启用了重定向验证。我有Application_Error方法(即使我没有方法,问题也是一样的!)MvcApplication)sender).Context; if(exception is NWebsec.Core.Exceptions.RedirectValidationExceptionNWebsec.Core.Exceptions.RedirectValidationEx
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at NWebsec.AspNetCore.Middleware.Middleware.MiddlewareBase.Invoke(HttpContextcontext)
at NW