📄 login.aspx
字号:
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -