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

72 lines
3.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
<TITLE>Developing Web Applications</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 NAME="DESCRIPTION" CONTENT="Internet Information Services reference information">
<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">
<H1><A NAME="_k2_developing_web_applications"></A><SUP></SUP>Developing Web Applications</H1>
<P>This guide provides an overview of Web application design and introduces the more advanced topics of building components and ISAPI extensions, data access, Web-based transactions, and performance.</P>
<P>This section contains:
<UL type=disc>
<LI><A HREF="/iishelp/iis/htm/asp/eadg8qpj.htm">Web Applications: An Overview</A>: Introduces the IIS programming model.</li>
<LI><A HREF="/iishelp/iis/htm/asp/eadg8e43.htm">Design Decisions</A>: Describes several key issues you should consider in designing web applications.</li>
<LI><A HREF="/iishelp/iis/htm/asp/eadg3l80.htm">Accessing Data with ASP</A>: Introduces data access from a Web page with Microsoft<sup>&reg;</sup> ActiveX<sup>&reg;</sup> Data Objects (ADO).</li>
<LI><A HREF="/iishelp/iis/htm/asp/eadg8nlf.htm">Processing Transactions</A>: Outlines how IIS and Component Services, available with Windows 2000 or later, work together to provide Web-based transactions.</li>
<LI><A HREF="/iishelp/iis/htm/asp/eadg4n77.htm">Security Ramifications for IIS Applications</A>: Introduces the issues Web developers face when accessing and providing secure data.</li>
<LI><A HREF="/iishelp/iis/htm/asp/eadg7r5f.htm">Development Technologies</A>: Reviews some of the more recent Web technologies, such as XML and Dynamic HTML.</li>
<LI><A HREF="/iishelp/iis/htm/asp/perf6o37.htm">Developing Scalable Web Applications</A>: Describes the impact that Web application design decisions can have on server performance.</li>
</UL>
<hr class="iis" size="1">
<p align="center"><em><a href="../../../common/colegal.htm">&copy; 1997-2001 Microsoft Corporation. All rights reserved.</a></em></p>
</BODY>
</HTML>