To transfer your PHP pages and MS Access database to the
InspiRunner.com using ASPRunnerPro or PHPRunner, follow the
instructions below.
Step 1. Transfer your database
to the server
1.
|
Start ASPRunnerPro/PHPRunner. Make
all necessary changes to your project and click Build. |
2.
|
Click Quick upload to
InspiRunner.com. Enter your
InspiRunner.com account login and password. Click
Login. |
3.
|
Select the domain name you need. |
4.
|
To upload your web site to the
server, click Browse under Upload pages to to select a destination directory. Upload
files and directories that should be accessible through HTTP
protocol to the /httpdocs
directory, and files/directories that
should be transferred securely over SSL protocol to the
/httpsdocs directory. |
5.
|
To upload your database to the
server, check off the box
labeled Upload database file to and then click Browse to
select a destination directory (/database directory is recommended). |
6.
|
Click Upload. Wait
while PHPRunner uploads the files, then click Close. |
Step 2. Configure ODBC
DSN
When MS Access
database is transferred to the server, you should create ODBC DSN
(Data Source Name) for this database. To perform that, follow the
instructions below.
2.
|
Click the domain name you
need.
|
3.
|
Click ODBC Data Sources
in the Services section. |
4.
|
Click Add New ODBC
DSN. |
5.
|
In the Connection name
textbox type your database name (e.g.
mydatabase). Select Microsoft Access Driver. Click
OK. |
6.
|
In the Database File Path
textbox type C:\Inetpub\vhosts\yourdomain.com\database\yourdatabase.mdb
replacing yourdomain.com with your
domain name and yourdatabase.mdb with your database name. If you
selected the database directory other than /database,
replace database in
the file path with the directory you've selected. |
7.
|
Click Test. In case of
successful connection, click Finish. |
Step 3. Check directory
permissions
Just in case
check if permissions for the directory that stores your database is
set up correctly. For more information, read How do I
change permissions on files and folder? topic.
|