Operating System: Windows
(Our software does not
operate on UNIX/Linux/Apache)
Database: For our Dealers
Webite Software You will need to be able to
run a MS Access or SQL Server database
with Parent Paths enabled
(most servers already have this setting enabled)
Email: For your guest to
use the Email-a-Friend, you will need an email
component like:
CDONTS, CDOSYS, Persits ASPEmail, ServerObjects
ASPMail - Almost all
(Optional) Personal Web Server
or IIS to run on your local server
|
 |
A quick test
to see if your server supports Active Server Pages. You
should use this if you are unsure of your server's capabilities
for running our dealers webite software.
Copy the code below and paste it into a text editor
such as Notepad or Word Pad. Save the file as "test.asp".
Don't save this with an .html, .htm or .txt file extension.
If you accidentally save it and Notepad puts a .txt
file extension at the end like this: test.asp.txt, just
browse to the location you saved the file to, right
click the file and rename it removing the .txt at the
end. The file should end up reading "test.asp"
Next, FTP or copy the file to your web
server. Type the URL address into your browser which
will be something like this:
http://www.yourwebsite.com/test.asp.
If the page displays the current system date and time
without any error messages then your server supports
ASP. If successful, ask your host if you can run a MS
Access or SQL Server database.
If your host does not support ASP or a
database, you can always allow
us to host your website. Your domain name will not
change and you will have 100% access to your files as
you do now.
<%@ Language="VBScript" %>
<html>
<head>
<title>ASP Test Page</title>
</head>
<body>
<%
'Display the current system date and time
Response.write "Today's date and time is "
& Now()
%>
</body>
</html>
Your page should look like the screen-shot below.

If you have completed any and all testing and you are
ready to buy our dealers webite software, you
can do so using our secure online shopping cart. Buy
dealers
webite software here. Don't forget to check our
our optional dealership
website plugins here.
|