Print Page | Close Window

Anyone with Godaddy hosting?

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=17434
Printed Date: 15 April 2026 at 12:33pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Anyone with Godaddy hosting?
Posted By: jason-miller
Subject: Anyone with Godaddy hosting?
Date Posted: 03 December 2005 at 3:48am
I have installed Web wiz on my website, and am hosting through go daddy. The page loaded fine no problem i went through the registeration and click submit and get internal error 500...
 
Ok so i login to my control panel add MS Access support to my website which creates a secured folder called access_db. I load the mfb in that directory and edit the common.asp file to point to "../../access_db/wwDatabase.mdb"
 
Now default.asp wont even launch...
 
Okay well i did have to create a DSN with a username and password for this database. So I change the line to "DSN=access_wwDatabase.dsn","username","password"
 
Stil no dice. Im completely lost on how to get this workin with godaddy hosting. Any help?



Replies:
Posted By: WebWiz-Bruce
Date Posted: 06 December 2005 at 11:02am
1st turn off firendly HTTP errors in IE so you get what the actaul error message is.

2nd DSN connections are slow and don't really work for Web Wiz Forums, so you should use the DSN-less connection.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: Mikero
Date Posted: 14 December 2005 at 8:34pm
I have go-daddy.com
 
If your forum is in a sub-directory directly under your go-daddy.com root directory, then that common.asp should look like this:
"../access_db/wwforum.mdb"
and the common.asp in the forum\admin directory should look like this:
"../../access_db/wwforum.mdb"
In other words, you need a ../ for each directory deep that your common.asp files are.
 
The other option would be to use a hard coded path in both files:
"d:\hosting\yourgodaddyusername\access_db\wwforum.mdb"
 
I used a file called "whereami.asp" from when I was running a snitz forum to figure out the path (yours may be different). Whereami.asp won't work in your access_db directory because of the permissions, but you can put it in your godaddy.com root directory and find out where it is located and just add the access_db directory to it. Just search on google for whereami.asp if you decide to go that route.
 
µ



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net