InterviewSolution
Saved Bookmarks
| 1. |
What Is Asp (active Server Pages)? |
|
Answer» ASP is a server SIDE-scripting environment for BUILDING dynamic and interactive WEB pages. SINCE the scripts run on the server side, the web server does all the PROCESSING. ASP is a server side-scripting environment for building dynamic and interactive web pages. Since the scripts run on the server side, the web server does all the processing. |
|