21 Nov 2009
Support Center
»
Knowledgebase
»
How do I set Database Connection on GoDaddy server?
How do I set Database Connection on GoDaddy server?
Solution
Q: How do I set Database Connection on GoDaddy server?
A:
GoDaddy recommends that you to move your Access Database to "access_db" folder on your root since it already has the correct permission.
In order to get the application working you need to change the
connection string
inside the application.
Follow these steps to change the connection string:
Move your the database from "databases" folder to "access_db" folder.
Open the connection string file. The file will be in form of the product name in low case.
e.g.:
SecureLoginManager
:: Open: "/Connections/secureloginmanager.asp"
Locate the following line:
MM_secureloginmanager_STRING = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath("/
databases
/SecureLoginManager.mdb") & ";"
Change that line to:
MM_secureloginmanager_STRING = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath("/
access_db
/SecureLoginManager.mdb") & ";"
Save the file
Upload it to the server
Article Details
Article ID:
166
Created On:
27 Apr 2009 03:51 PM
This answer was helpful
This answer was not helpful
User Comments
Add a Comment
Sharing is good. If you have a comment about this entry, please feel free to share. The comments might be reviewed by our staff, and may require approval before being posted. Questions posted will not be answered. Please submit a Ticket for support requests.
Image verification required
Please enter the characters that appear to the right in the space provided. This is just to verify that you are a human.
Fullname:
Email: (Optional)
Comments:
Back
Login
[Lost Password]
Email:
Password:
Remember Me:
Search
-- Entire Support Site --
Knowledgebase
Downloads
Troubleshooter
Article Options
Print Article
PDF Version
Email Article
Add to Favorites
Home
|
Register
|
Submit a Ticket
|
Knowledgebase
|
Troubleshooter
|
News
|
Downloads
|
Back to DMXReady.com Home
Language:
English (U.S.)