What does [Authorize(Users = \"*\")] mean in asp.net mvc.? Also please explain [Authorize(Users = \"\")] and [Authorize(Users = \"?\")].
[Authorize(Users = \"*\")]
[Authorize(Users = \"\")]
[Authorize(Users = \"?\")].
I think the second post is correct, in [Authorize(Users = " * ")] the " * " part doesn't make any sense (in the web.config it does but that is something completely different).
[Authorize(Users = " * ")]
" * "
web.config