You deploy Domain.coms Internet Web site. You need to deny anonymous access to the Web site, allowing only authenticated users. Which code segment should you use?
A.
<authorization> <allow users="?"/> </authorization>
B.
<authorization> <deny users="?"/> </authorization>
C.
<authorization> <deny users="*"/></authorization>
D.
<authorization> <allow users="*"/> </authorization>