View Single Post
  #2 (permalink)  
Old 13-09-2007, 17:32
flesso's Avatar
flesso flesso is offline
Premium Member
 
Join Date: Mar 2007
Location: 127.0.0.1
Posts: 1,359
Default

Quote:
Originally Posted by s32k View Post
My account has been migrated from 87.117.201.122 to the Plesk server. I've set up all the email accounts again, and as far as I can see the only things missing are the MS Access databases.

Do I need to set up a new folder on each domain and upload them again? Is there a special place they should go? Since they all use DSN-less connections, I need to find this out so that any code changes can be done or the pages won't work.

Thanks.
If I were you, I would add a new folder to each domain, and upload the Access databases to there; I would then change the connection strings as necessary. You will need to know the new location of your domains on the server to change the connection strings, to do this add the following code to a classic ASP page in the 'httpdocs' folder of your site:

PHP Code:

<%

Response.Write(Request.ServerVariables("SCRIPT_NAME"))

%> 
That code should give you the exact drive locations of your website hosting.
__________________
Regards,
Josh Hold


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Over 1000 Computer Related Articles to Sink Your Teeth Into!



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- Gig Listings for London


Super Moderator
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


I'm only a forum gremlin (moderator), and do not work for eUKhost in any way. Opinions expressed by me are mine only, and do not reflect those of either eUKhost or any company that may be listed above.

I don't bite, honest.

Last edited by flesso; 13-09-2007 at 18:22.
Reply With Quote