代码之家  ›  专栏  ›  技术社区  ›  Krimson

IIS的作用是什么

  •  3
  • Krimson  · 技术社区  · 11 年前

    我在看微软认证考试中的一些示例问题。我遇到了这个问题,我回答错了,无法理解为什么。。。


    问题
    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 ?

    1 回复  |  直到 10 年前
        1
  •  4
  •   bosnjak    11 年前

    这张幻灯片的答案是错误的,这从 基本细节 在与答案相同的幻灯片上(#38):

    IIS(Internet信息服务)是Windows Server的一部分 通过使用HTTP在万维网上传送网页等内容 网状物

    IIS提供了部署ASP.NET web所必需的功能 应用。
    IIS还支持其他服务器端脚本,例如 作为PHP。

    由此可见,正确的答案确实是 c 这是一个错误 答案 部分