Daimyo
|
| Posted: 11/14/2002, 7:49 AM |
|
I want to develop on my work PC and then test on the server on our LAN.
How can I connect to it? Or do I need to be working directly on the server?
We are trying out the software and wan to make sure that we can use it accross the LAN with no problems before purchasing the product.
Thx,
/D
|
|
|
 |
xbill
|
| Posted: 11/14/2002, 8:10 AM |
|
There are many possiblities.
You can have both your web server or your
database either local or remote.
CCS is designed to allow you to code locally and
then publish to a remote server.
To setup remote publishing- use the project settings
to configure the IP address of your server- and
allow FTP or LAN (SMB/windows) access to the destinition
directories.
To setup remote / local databases- you also use
the connection settings to configure the connection and
in most cases the ODBC driver setup on the local machine.
For more details- check out the documentation at:
http://support.codecharge.com/tutorials.asp
-bill
|
|
|
 |
|