You want to add ASP capability to your company's website. What is the first thing you would check?

  1. That all pages are saved in .asp extensions.

  2. Check that the web server has Microsoft FrontPage extensions installed.

  3. Make sure the web server is capable of hosting ASP pages.

  4. Check the coding and be sure the ASP code is surrounded with

  5. All of the above


Correct Option: C

AI Explanation

To answer this question, you need to understand the basic requirements for adding ASP capability to a website. Let's go through each option to understand why it is correct or incorrect:

Option A) That all pages are saved in .asp extensions. - This option is incorrect because while it is common practice to save ASP pages with a .asp extension, it is not a requirement for ASP functionality. ASP code can be embedded within HTML files as well.

Option B) Check that the web server has Microsoft FrontPage extensions installed. - This option is incorrect because Microsoft FrontPage extensions are not required for hosting ASP pages. FrontPage extensions are used for managing and publishing websites, but they are not necessary for enabling ASP functionality.

Option C) Make sure the web server is capable of hosting ASP pages. - This option is correct because the first thing you would check when adding ASP capability to a website is whether the web server is capable of hosting ASP pages. ASP is a server-side scripting language, so the web server needs to have the necessary components and configuration to process and execute ASP code.

Option D) Check the coding and be sure the ASP code is surrounded with - This option is incorrect because while it is important to ensure that the ASP code is properly surrounded by tags, it is not the first thing you would check. The first step is to verify that the web server can host ASP pages.

Option E) All of the above - This option is incorrect because the correct answer is option C. The first thing you would check is whether the web server is capable of hosting ASP pages.

The correct answer is C. This option is correct because it focuses on the key requirement of checking the web server's capability to host ASP pages.

Find more quizzes: