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...
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 |...
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....