Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Converting to the real world.

Status
Not open for further replies.

jacknet

Programmer
Joined
Dec 30, 2001
Messages
23
Location
US
I have 2 simple .asp pages with a small database I'm trying to get running in the real world. I created the site and it runs on my pc using pws. Now to convert to the web, do I need to create a whole new site with ftp as the remote? Create a new dsn for my server provider? Any tutorials that walk you through this process? Thanks
 
Do you have a web server provider, a domain name and the ability to use asp on the web server? Derren
[The only person in the world to like Word]
 
I use Web Weavers. A full service Windows service provider.
I have my own domain name on there. And have full ftp capability.
 
Well,

As you are using a DSN for the connection you will have to grovel to Web Weavers to set up the DSN on their server and to make sure that you put the database in a folder in your site which is not accessible to all and sundry (this is normally a "Private"/"Data" folder which is above the contents of the "public-html" folder. Web Weavers will need to know the name and location of the db to create the dsn.

Once that is done you can set up you DreamWeaver site. In the site definition > remote info section choose access:ftp and fill in all the details that Web Weavers have given you about path, username and password. Then you can simply press the "connect to remote host" button and it should log-in to the web space - if it doesn't you have entered some details incorrectly. Then just "put" your entire site.

That should be it - but we won't know if there is anything else that needs doing until you have tried this. Derren
[The only person in the world to like Word]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top