I need to change my web hosting company and was wondering when migrating the application to the new host, what would I do?
I am presuming the best way to do it is to download the database onto my computer, upload the ASP pages to the new FTP using ASPRunner, upload the DB manually to the proper directory as setup using ASPRunner. I am pretty sure that will work fine.
My real concern is will the links to uploaded files (uploaded using the uploader) still work?
i.e. are the above steps sufficient, and then I simply upload the files that are currently uploaded on the site to the new site using the same subfolder name?
e.g. on my current site files are uploaded to '/uploads'....
If I create the same subfolder at my new host and then manually copy all the files that are in that subdirectory to the new host, will the files down load normally or do I need to reupload them all using the uploader (they are too many, that's why I want a workaround).
Thanks