⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.htm

📁 Bug管理系统
💻 HTM
字号:
<script language="C#" runat="server">
	Response.Redirect("default.aspx?msg=authentication+error");
</script>
<script language="javascript">
	window.location.replace('default.aspx?msg=authentication+error');
</script>
<html>
<head>
	<title>Error with Windows Authentication</title>
	<meta http-equiv="refresh" content="5;default.aspx?msg=authentication+error">
</head>
<body onload="window.location.replace('default.aspx?msg=authentication+error');">
<h1>An error occured with Integrated Authentication</h1>

<p>An error occured while attempting to authenticate using integrated security.
You will be redirected to the manual login screen in 10 seconds.</p>

<p><a href="default.aspx?msg=authentication+error">Go to logon page.</a></p>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -