In ASP.NET, I often see (and copied the following), but never understood the difference between * and? characters.
eg
<system.web>
<authorization>
<deny users="*" />
<deny users="?" />
</authorization>
</system.web>
Just wondering, can someone tell me the difference?
Greetings.
source
share