home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
pelne
/
optionp
/
iis4_03.cab
/
samples.asp
< prev
next >
Wrap
Text File
|
1997-10-25
|
6KB
|
171 lines
<%@ Language=VBScript %>
<% ExAirDir="http://" & Request.ServerVariables("SERVER_NAME") & "/IISSamples/ExAir" %>
<SCRIPT LANGUAGE=VBScript RUNAT=Server>
Function ExAirInstalled
Dim fs, path
path = Server.MapPath("/iissamples/exair/default.asp")
Set fs = CreateObject("Scripting.FileSystemObject")
If fs.FileExists(path) then
ExAirInstalled = True
Else
ExAirInstalled = False
End If
End Function
</SCRIPT>
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>Welcome To IIS 4.0!</title>
</head>
<body bgcolor="#FFFFFF" topmargin="0" leftmargin="0" LINK ="#0080FF" VLINK ="#0080FF">
<table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#000000">
<tr>
<td align="left"><img src="SQUIGGLE.GIF"></td>
<td align="right"><img src="MSFT.GIF" width="91"
height="21"></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height=2 bgcolor="#FFCC00">
<tr height=2>
<td align="right"></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td valign="top" width="140" bgcolor="#000000" height="100%">
<TABLE CELLPADDING=4>
<TR>
<TD>
<p align="left">
<img src="nav2.gif"></p>
<p align="left">
<a href="/default.asp"><font size="2" face="Verdana, Arial, Helvetica">
<b>Welcome</b></font><p></a>
<a href="LEARN.asp"><font size="2" face="Verdana, Arial, Helvetica">
<b>Learn About</b></font><p></a>
<a href="samples.asp"><font size="2" face="Verdana, Arial, Helvetica">
<b>Samples</b></font></a></p>
</td>
</tr>
</TABLE>
</td>
<td valign="top">
<img src="IISTitle.gif">
<TABLE CELLSPACING=4 WIDTH="80%">
<TR>
<TD>
<P>
<h2>
<font color="#FF0000" size="4" face="Arial,Helvetica"><b>
Internet Information Server Samples
</b></font>
</h2>
<p>
<font size="2" face="Arial">
<% If ExAirInstalled Then %>
Windows NT 4.0 Option Pack includes an early release of a new sample
site called <A HREF="<%= ExAirDir %>">Exploration Air.</A> Please read the
<A HREF="<%= ExAirDir & "/readme.txt" %>">Readme</A> file for setup instructions.
<% Else %>
Windows NT 4.0 Option Pack includes an early release of a new sample site called
<STRONG>Exploration Air</STRONG>. You can install it using the Window NT 4.0 Option
Pack setup program under <STRONG> Start | Programs | Windows NT 4.0 Option Pack</STRONG>.
<% End If %>
<P>
Please note that to operate the site correctly you must also install Microsoft® SQL
Server 6.5. An evaluation copy of SQL Server 6.5 is on the installation CD or from the
<A HREF="http://www.microsoft.com/sql">SQL Server home page.</A>
<p>
We have put together a series of intranet applications called the
<a href="http://www.microsoft.com/intranet">Intranet Solutions Center</a>.
The beauty of these applications is that whatever your needs, you'll find
demos, user documentation, and free downloads of full, working, customizable
applications that will show you why Microsoft is the intranet platform for you.
<a href="http://www.microsoft.com/intranet">Check them out!</a>
</font>
</p>
<h1 align="center">
<font size="4" face="Verdana, Arial, Helvetica"></font>
</h1>
<p> </p>
<div align="center"><center>
<table border="0" cellpadding="0" cellspacing="0" width="90%">
<tr>
<td align="center"> </td>
</tr>
</table>
</center></div>
<div align="center"><center>
<table border="0" cellpadding="0" cellspacing="0" width="90%">
<tr>
<td align="center">
<font size="2" face="Verdana, Arial, Helvetica">
<!--Related sites info starts here-->
<P>
<A HREF="http://www.microsoft.com/iis">Internet Information Server</A>
<BR>
<a href="http://www.microsoft.com/ntserver/" target="_top">Windows NT Server</a>
<!--Related sites info ends here-->
</p>
</FONT>
</td>
</tr>
</table>
</center></div>
<div align="center"><center>
<table border="0" cellpadding="0" cellspacing="5">
<tr>
<td align="right">
<a href="http://www.microsoft.com/ie">
<img src="IE.GIF" alt="Download Internet Explorer!" border="0"></a>
</td>
<td align="center"> </td>
<td>
<a href="http://www.microsoft.com/iis">
<img src="IISSide.GIF" alt="Learn more about Windows NT 4.0 Option Pack!" border=0></a>
</td>
</tr>
</table>
</center></div>
<div align="center"><center>
<table border="0" cellpadding="0" cellspacing="5">
<tr>
<td align="center" colspan="3">
<font size="1" face="Verdana, Arial, Helvetica">
©1997 Microsoft Corporation. All rights reserved.
<a href="http://www.microsoft.com/misc/cpyright.htm">
Legal Notices.
</a>
</font>
</td>
</tr>
</table>
</center></div>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</body>
</html>