The Login Page

To start things off, we are presented with a screen where we enter the information that will connect us to our SQL Server. This is SQLServerMAP.htm, and is created with a single form containing normal HTML TEXT controls and a SUBMIT button:

The Server name, along with a Database Name, Login ID and Password, are used to locate and attach to a SQL Server database. A straightforward HTML page produces this screen. When we click the Login button an ASP page List.asp is executed, which will actually attempt the connection.