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 basics of adding ASP capability to a website.

Option A) That all pages are saved in .asp extensions - This option is incorrect because saving the pages with the .asp extension alone does not enable ASP capability. It is a common practice to save ASP pages with the .asp extension, but it is not necessary for ASP functionality.

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

Option C) Make sure the web server is capable of hosting ASP pages - This option is correct because the first thing you need to check when adding ASP capability to a website is whether the web server supports ASP. ASP (Active Server Pages) is a server-side scripting language that requires specific server-side support. The web server needs to have ASP support enabled or installed in order to host ASP pages.

Option D) Check the coding and be sure the ASP code is surrounded with - This option is incomplete and incorrect. The option is cut off, so we can't determine the full context. However, just checking the coding and ensuring that the ASP code is properly surrounded with something (e.g., tags, delimiters) is not sufficient to enable ASP capability. The web server needs to support ASP in order to execute the ASP code.

Option E) All of the above - This option is incorrect because not all of the options listed are correct. Only option C is correct, as explained above.

The correct answer is C) Make sure the web server is capable of hosting ASP pages. This option is correct because it is the first thing you need to check when adding ASP capability to a website.

Find more quizzes: