145k views
5 votes
You have been doing a lot of web surfing lately as part of your research for your course and along the way you have noticed a growing number of active server pages. You have a good head for technical details and ask your friend Laura to enlighten you about some of the finer points of ASP technology.

Which of the following does Laura tell you is NOT a component of the active server page?
a. the generated code component that executes on the web server
b. the HTML component that is interpreted and executed by a web browser
c. the database engine that generates the form
d. All of the above are components of the active server page.

User Vincentlcy
by
5.9k points

1 Answer

5 votes

The generated code component that executes on the web server is the following does Laura tell you is NOT a component of the active server page.

a. the generated code component that executes on the web server

Step-by-step explanation:

Asp technology is where it is a combination of both HTML and visual basic programming. Asp web pages are executed in server and display as Html to the end-users.

With the HTML coding, only static pages can be developed whereas through ASP web pages are developed and which contains visual basic coding languages and for client-side validates in ASP web pages either javascript or visual basic scripts are used.

Each ASP web pages are compiled at the server end and executed and complied out HTML pages are shown in web pages.

We need to install the ASP component at the server to execute the ASP web pages.

User Alpav
by
5.5k points