About ASP....
- ASP stands for Active Server Pagesand it is a Microsoft Technology.
- ASP is a program that runs inside IIS.
- IIS stands for Internet Information Services.
- IIS comes as a free component with Windows 2000 and it is also a part of the Windows NT 4.0 Option Pack.
- The Option Pack can be downloaded from Microsoft.
- PWS is a smaller - but fully functional - version of IIS.
- PWS can be found on your Windows 95/98 CD.
An ASP File...........
- An ASP file is just the same as an HTML file
- An ASP file can contain text, HTML, XML, and scripts
- Scripts in an ASP file are executed on the server
- An ASP file has the file extension ".asp"