You create an intranet Web site for management of project documents. You need to enable all users to browse documents on the site. Only members of the administrators group must be able to upload files. Which code segment of the Web.config file should you use? ()
- A、<allow verbs="GET" users="*" /><deny verbs="POST" users="*" /><allow verbs="POST" roles="Administrators" />
- B、<allow role s="Administrators" /><deny users="*" />
- C、<allow u sers="Administrators" /><allow users="*" />
- D、<allow v erbs = "POST" roles="Administrators" /><deny verbs="POST" users="*" /><allow verbs="GET" users="*" />
正确答案:D
答案解析:有
微信扫一扫手机做题