cudreg-saml2/Troubleshooting/default.aspx
2025-06-08 16:22:20 +07:00

45 lines
No EOL
1.2 KiB
Text

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>Troubleshooting Wizard</title>
<script src="OnlineHelp.js" language="javascript" type="text/javascript"></script>
<link rel="stylesheet" rev="stylesheet" type="text/css" href="TestConfiguration.css" />
</head>
<body>
<table cellpadding="3" cellspacing="0" border="0" width="100%">
<tr>
<td class="page_heading">
Troubleshooting Wizard
</td>
</tr>
<tr>
<td>
The following pages test various aspects of your
configuration to make sure that everything is working correctly.
<br />
<br />
These tests use generic Microsoft .NET Framework code. No Iron Speed Designer
specific code is used in these tests. A test that fails generally indicates a
configuration problem with your system.
<br />
<br />
</td>
</tr>
<tr>
<td>
<input type="button" value="Start Testing Now" onclick="parent.location='Test0.aspx'" />
</td>
</tr>
<tr>
<td>
<br /><br /><br />
default.aspx
</td>
</tr>
</table>
</body>
</html>