login.aspx

来自「模拟数据库」· ASPX 代码 · 共 34 行

ASPX
34
字号
<%@ Reference Page="~/Default.aspx" %>
<%@ Register TagPrefix="Toolbar" TagName="HelpFooter" Src="HelpFooter.ascx" %>
<%@ Register TagPrefix="Toolbar" TagName="HelpHeader" Src="HelpHeader.ascx" %>
<%@ Page language="c#" Inherits="SqlWebAdmin.Help.Login" CodeFile="Login.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<P>
	<Toolbar:HelpHeader Topic="LOGGING IN" runat="server" ID="Helpheader1" NAME="Helpheader1"></Toolbar:HelpHeader>Before 
	you can use the Web Data Administrator, you will need to login to the server 
	you wish to administer. Web Data Administrator supports integrated Windows 
	authentication or SQL authentication. Web Data Administrator must be configured 
	to deny anonymous access if you want to use integrated Windows authentication. 
	Also, in order to use SQL Authentication, the SQL Server must be running in 
	"Mixed Mode" (see the SQL Server documentation for more information).
</P>
<p>
 Because Web Data Administrator runs on two different types of web servers that are different
 in capabilities and architecture the way you logon is also different. Below are the differences 
 between the two web servers.
</p>
<p>
<b>IIS Web Server</b>
<br>
<u>Windows Authentication</u><br>
Username: Populated for you.<br>
Password: Populated for you.<br>
Server:   You enter this data. Default is (local)<br>
<br>
<u>SQL Server Authentication</u>
Username: A valid SQL login.<br>
Password: Password for SQL login for username specified in Username field.<br>
Server:   You enter this data. Default is (local)<br>
<br><br>
<b>Cassini Web Server</b>
Cassini Web Server is an open source web server developed using the Microsoft

⌨️ 快捷键说明

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