Forum Discussion

MikeMP's avatar
MikeMP
Copper Contributor
Aug 03, 2026

AllowAnonymous attribute not working

Hi, I have a .NET Core 10 MVC web app and I want to create views that can be viewed without requiring login. I have tried adding [AllowAnonymous] both to my controller and to individual views, but t...