User Login

Call us today!

877.393.4678

Talk to us. Launch Live Chat.

How To

  1. Using FrontPage to upload your site.
    This tutorial assumes that you have already created your web page/site and are ready to publish it to the server. Before you publish, however, take this time to save the web page/site files to your computer's hard drive. This way, you can be...
  2. Email Program Setup
    Different email programs have slightly different configurations. Consult your email program help files for program-specific details. We have provided general instructions for the most popular email programs: Netscape Communicator: Go to "Edit |...
  3. Access DSN Connections
    Without DSN <% Set Cnn = Server.CreateObject("ADODB.Connection") Cnn.open "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=c:mydatabase.mdb" %> OLE DB <% Set Cnn = Server.CreateObject("ADODB.Connection") Cnn.open "PROVIDER=MICROSOFT.JET....
Page: 1 2 3