<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SecurityDemo.aspx.cs" Inherits="Security.SecurityDemo" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>SSL Security Demo - Secured Page</title>
</head>
<body bgcolor="#00ff00">
<form id="form1" runat="server">
<asp:Label ID="Label1" runat="server" Font-Size="24pt" Text="Secure Site Demo"></asp:Label>
<br />
<h3>This page can only be
reached through a secured SSL connection. Otherwise, it redirects to a page
that
can setup a
secure connection. </h3>
<br />
<br />
<asp:Label ID="lblDisplay" runat="server"></asp:Label>
</form>
</body>
</html>