home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
pelne
/
optionp
/
iis4_06.cab
/
iisctrtp.asp
< prev
next >
Wrap
Text File
|
1997-10-12
|
2KB
|
73 lines
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html><head><title>Intranet Scenarios</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>
<META NAME="DESCRIPTION" CONTENT="Multimedia Introduction to Intranet Scenarios."></head>
<body bgcolor="#FFFFFF" text="#000000"><font face="Verdana,Arial,Helvetica">
<%
If InStr(Request.ServerVariables("HTTP_USER-AGENT"), "MSIE") Then
MachPath = "../mm/iisctrtm.asp"
Else
MachPath = "iimmnscp.htm"
End If %>
<h1><a name="iisinaction">Intranet Scenarios</a></h1>
<table cellpadding="0" border="0" cellspacing="0" width="100%">
<tr><td width="77%" valign="top">
You can use IIS 4.0 to power your Intranet in a number of ways. This section illustrates four scenarios in which IIS is especially useful.
</td>
<td width="4%"></td>
<td width="19%" valign="top">
<center><a href="<%= MachPath%>"><img src="iimm.gif" border=0 alt="Introductory video "></a></center>
<center><a href="<%= MachPath%>"><p>Multimedia Introduction</p></a></center>
</td>
</tr>
</table>
<br>
<p>You can see IIS in Action in the following areas:
<br>
<br><a href="iisctr1.asp">Security for the Intranet</a> <br>
<br><a href="iisctr2.asp">Creating a Corporate Training Catalog</a><br>
<br><a href="iisctr3.asp">Creating a Human Resources Application</a><br>
<br><a href="iisctr4.asp">Using an Intranet Application to Make Business Decisions</a><br>
</p>
<hr class="iis" size="1"><p align=center><em><a href="../../../common/colegal.htm">© 1997 by Microsoft Corporation. All rights reserved.</a></em></p>
</font>
</body>
</html>