我在Microsoft认证考试中查看了一些示例问题。我遇到了这个问题,我回答错了,无法理解为什么......
<小时/> 的问题
2. An employee at a reputable ISP tells Maxim that they use Windows Server and that he needs
to understand the basics of Internet Information Services (IIS). Which of the following is NOT
a role of IIS?
a. to deliver HTML documents to web browsers
b. to enable server-side scripting, such as ASP.NET
c. to enable client-side scripting, such as JavaScript
This question is presented here on the 37th slide
对我而言,awswer似乎是c
,因为IIS与客户端脚本无关而不是将其发送到客户端,但幻灯片显示答案是b
。
有人可以解释原因b
吗?
答案 0 :(得分:3)
幻灯片的答案有问题,这与答案(#38)在同一幻灯片中的基本细节中的解释很明显:
IIS(Internet信息服务)是Windows Server的一部分 通过在全球范围内使用HTTP来提供诸如网页之类的内容 网络
•IIS提供了部署ASP.NET Web所必需的功能 应用。
•IIS还支持其他服务器端脚本 作为PHP。
从这一点可以清楚地看出,正确答案确实是c
,并且这是 Answers 部分中的错误。