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

82 lines
3.8 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>Web Applications: An Overview</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_web_applications_an_overview"></A><SUP></SUP>Web Applications: An Overview</H1>
<P>Open Internet standards have changed the architecture of distributed computing forever. The basic language of the Web, HTML, has become a popular language for representing the elements of the user interface. Cross-platform support for scripting languages and Java applets, as well as support for embedded COM components, makes it possible to combine dynamic elements with static text for a more interactive user experience. Web technologies aren't solely for use on the Internet, however. They have been adapted for use by businesses to:
<UL type=disc>
<LI>Create an environment for component-based development.</li>
<LI>Enable distribution of applications throughout an enterprise.</li>
<LI>Create and customize new applications quickly.</li>
<LI>Update databases remotely by using an ordinary Web browser.</li>
<LI>Add transaction processing to Web applications.</li>
<LI>Provide business-to-business information sharing.</li>
<LI>Manage resources and enable remote system administration.</li>
</UL>
<P>This section outlines general concepts that will assist you in building Web applications, such as the following:
<UL type=disc>
<LI><A HREF="/iishelp/iis/htm/asp/eadg4cbp.htm">Building on the Client/Server Architecture</A>: Briefly outlines the history of the traditional client/server design model.</li>
<LI><A HREF="/iishelp/iis/htm/asp/eadg6dv2.htm">The New System Design</A>: Introduces <I>n</I>-tier and distributed systems design, as an enhancement to the client/server model.</li>
<LI><A HREF="/iishelp/iis/htm/asp/eadg1s9x.htm">Microsoft Windows Distributed interNet Application Architecture</A>: Outlines Microsoft Windows DNA, the Microsoft architecture for building Web applications.</li>
<LI><A HREF="/iishelp/iis/htm/asp/eadg26ed.htm">Internet Information Services Architecture</A>: Reviews the IIS components and programming model.</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>