Active Server Pages Supported Configurations

Last reviewed: November 19, 1997
Article ID: Q176955

The information in this article applies to:

  • Microsoft Internet Information Server version 3.0
  • Microsoft Active Server Pages version 1.0b

SUMMARY

You can use Active Server Pages (ASP), an Internet Server Extension, to dynamically generate HTML pages on the server side, and the ASP pages are client independent.

MORE INFORMATION

You implement ASP pages by using the Asp.dll file to and process the text files containing ASP code. When a request for a page with an extension associated with ASP is received, the Asp.dll file is called by the Internet Information Server (IIS).

NOTE: By default, the extension for Active Server Pages is .Asp.

It is possible to use ASP with different types of Internet servers. However, the only servers tested and supported is Microsoft Internet Information Server version 3.0.


Additional reference words: O'reillys web site professional chilisoft domino
Keywords : iisinterop kbinterop
Version : WinNT:1.0b,3.0
Platform : winnt
Hardware : ALPHA x86
Issue type : kbinfo


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: November 19, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.