2025-04-27 07:49:33 -04:00

77 lines
3.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML DIR=LTR><HEAD><title>Active Server Pages Guide</title>
<SCRIPT LANGUAGE="JavaScript">
<!--
TempString = navigator.appVersion
if (navigator.appName == "Microsoft Internet Explorer"){
// Check to see if browser is Microsoft
if (TempString.indexOf ("4.") >= 0){
// Check to see if it is IE 4
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
}
else {
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
}
}
else if (navigator.appName == "Netscape") {
// Check to see if browser is Netscape
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
}
else
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
//-->
</script>
<SCRIPT LANGUAGE="VBScript">
<!--
Sub Window_OnLoad()
Dim frmContents
On Error Resume Next
If Not Parent Is Nothing Then
Set frmContents = Parent.Contents
If Not frmContents Is Nothing Then
frmContents.Window.TOCSynch_Click
End If
End If
End Sub
//--></SCRIPT>
<META HTTP-EQUIV="Content-Type" Content="text-html; charset=Windows-1252">
<META HTTP-EQUIV="PICS-Label" CONTENT='(PICS-1.1 "<http://www.rsac.org/ratingsv01.html>" l comment "RSACi North America Server" by "inet@microsoft.com <mailto:inet@microsoft.com>" r (n 0 s 0 v 0 l 0))'>
<META NAME="MS.LOCALE" CONTENT="EN-US">
<META NAME="MS-IT-LOC" Content="Internet Information Services">
</head>
<BODY BGCOLOR=#FFFFFF TEXT=#000000><font face="Verdana,Arial,Helvetica">
<h1><a name="_Active_Server_Pages_Guide">Active Server Pages Guide</a></h1>
<p>Welcome to the Active Server Pages Guide. This section provides detailed information about creating ASP pages and developing Web applications. It also describes the special event methods and interfaces available for creating components for access by ASP or ISAPI extensions. In this section you will find information on how to store your custom IIS configuration data and how you can use built-in objects to manipulate that data. Finally, the guide provides a library of script and program samples demonstrating a variety of ways to interact with IIS.</p>
<p>This section contains:</p>
<ul>
<li><strong><a href="iiwawelc.htm">Active Server Pages</a>:</strong> Provides an introduction to creating Active Server Pages and demonstrates most of the key concepts for understanding the IIS programming platform.</li>
<li><strong><a href="eadg01v7.htm">Developing Web Applications</a>:</strong> Outlines concepts of how IIS fits into the Microsoft architecture for distributed applications, as well as providing specific details for designing and implementing applications for deployment through HTTP.</li>
<li><strong><a href="aint7e9l.htm">Administering IIS Programmatically</a>:</strong> Provides overviews and reference material to help you manage the IIS configuration programmatically.</li>
<li><strong><a href="vbob6zkv.htm">ASP Built-in Objects</a>:</strong> Describes the properties and methods of the ASP Built-in Objects.</li>
<li><strong><a href="comp275c.htm">Installable Components for ASP</a>:</strong> Outlines a variety of components you can install to work with ASP.</li>
<li><strong><a href="scri8mcl.htm">Script Reference</a>:</strong> Contains miscellaneous reference material, including the @ directives and Global.asa references.</li>
<li><strong><a href="asps6hmb.htm">ASP Samples</a>:</strong> Directs you to sample ASP scripts in the IIS section of the Platform SDK or at <a href="http://go.microsoft.com/fwlink/?LinkId=1753" target="_blank">MSDN Online - Internet Information Services</a>.</li>
</ul>
<hr class="iis" size="1">
<p align="center"><em><a href="/iishelp/common/colegal.htm">&copy; 1997-2001 Microsoft Corporation. All rights reserved.</a></em></p>
</font>
</BODY>
</HTML>