User Login

Call us today!

877.393.4678

Talk to us. Launch Live Chat.

How To

  1. Using ASPEmail
    Here is a snippet of code to use to access the ASPEmail feature on Windows accounts. <% Set Mail = Server.CreateObject("Persits.MailSender") Mail.Host = "mail.example.com" ' Specify a valid SMTP server Mail.Username = "username@example.c...
  2. Use WS-FTP to upload your files
    This tutorial assumes that you have already created your web page/site and that you have the file(s) saved on your hard drive. Please keep in mind that we highly recommend that you keep a copy of your web page/site files on your computer's ha...
  3. 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...
  4. 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 |...
  5. 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