|
|
|
ASP (Active Server Pages)
Active Server Pages is an open, compile-free application environment in which you can combine HTML, scripts, and reusable ActiveX server components to create dynamic and powerful Web-based business solutions. Active Server Pages enables server side scripting for IIS with native support for both VBScript and JScript. Files created to use Active Server Pages component have the .ASP extensions. With ASP files, a Web site can be made dynamic using any combination of HTML, scripting (JavaScript, VBScript and Perl). A ASP file is simply a file that can contain any combination of HTML, scripting, and calls to components. Some examples of why you would use Active Server Pages: - Provide an online telephone directory. Unlike a telephone book that is outdated before it's published, an ASP telephone directory can be kept immediately current
- Have an online store that's tied into existing inventory and order-processing system.
|
|