Author |
Topic  |
|
ROCJayX
Starting Member
6 Posts |
Posted - 03 May 2007 : 11:09:04
|
my mysql database has the host name luxor.worldispnetwork.com (74.50.73.151) am i setting up my connection string correctly for the server option?
strConnString = "driver={MySQL ODBC 3.51 Driver};option=16387;server=luxor.worldispnetwork.com; |
|
ROCJayX
Starting Member
6 Posts |
|
Podge
Support Moderator
    
Ireland
3776 Posts |
|
Jezmeister
Senior Member
   
United Kingdom
1141 Posts |
Posted - 03 May 2007 : 11:48:28
|
Doesn't look like any of the files are there/accessible, are you sure you've uploaded them correctly? |
 |
|
ROCJayX
Starting Member
6 Posts |
Posted - 03 May 2007 : 12:03:03
|
yer the username and password in but im not sure that i have put the correct info for the sever ip i have put this there: luxor.worldispnetwork.com i have also tryed 74.50.73.151 and http://74.50.73.151 and luxor.worldispnetwork.com (74.50.73.151) witch one do you think is correct?
quote: Originally posted by Podge
Have you included the username and password ?
i.e. it should look like this
'strConnString = "driver={MySQL ODBC 3.51 Driver};option=16387;server=SERVER_IP;user=UID;password=PWD;DATABASE=DB_NAME;"
|
 |
|
ROCJayX
Starting Member
6 Posts |
Posted - 03 May 2007 : 12:05:57
|
yer im pritty sure all the files are uploaded i have alowed indexing to view files http://64.62.156.125/forum
quote: Originally posted by Jezmeister
Doesn't look like any of the files are there/accessible, are you sure you've uploaded them correctly?
|
Edited by - ROCJayX on 03 May 2007 12:23:29 |
 |
|
Podge
Support Moderator
    
Ireland
3776 Posts |
|
ROCJayX
Starting Member
6 Posts |
Posted - 03 May 2007 : 12:53:08
|
quote: Originally posted by Podge
The files are there alright - http://64.62.156.125/forum/
Are you on Windows 2003 ? If so, you have to explicitly allow asp pages to execute by changing the relevant setting in IIS.
Ah yes thanks i just asked my support and i got this reply.
Your account is under .NET server. You can't run ASP there. We need to move youraccount to our windows standard server if you want to be able to use ASP.
If i move my account t the windows standard will my website still work correctly as it is built in visual developer 2005? Sorry a real noob with all this.
Still a bit confused on if my connection string is setup correctly?
|
 |
|
AnonJr
Moderator
    
United States
5768 Posts |
Posted - 03 May 2007 : 13:22:39
|
Well, that's going to depend in part on how your host set things up... technically Windows 2003 will let you run Classic ASP and .NET side-by-side. But, based on what your host just sent you it sounds like they don't have it set up that way. You'll really have to ask them. I'm surprised they don't have it set up so you can run either/or/both as you wish.
As for the connection string, you'll need to get the server processing the pages before we'll be able to find out if its working or not.  |
 |
|
ROCJayX
Starting Member
6 Posts |
Posted - 03 May 2007 : 16:04:36
|
quote: Originally posted by AnonJr
Well, that's going to depend in part on how your host set things up... technically Windows 2003 will let you run Classic ASP and .NET side-by-side. But, based on what your host just sent you it sounds like they don't have it set up that way. You'll really have to ask them. I'm surprised they don't have it set up so you can run either/or/both as you wish.
As for the connection string, you'll need to get the server processing the pages before we'll be able to find out if its working or not. 
Thanks i have requested the move and will take up 2 48 hours, thanks for your help sure i will be posting again soon lol |
 |
|
AnonJr
Moderator
    
United States
5768 Posts |
Posted - 03 May 2007 : 16:13:33
|
Your welcome. Its what we're here for. Let us know if you need any more help. |
 |
|
|
Topic  |
|