Forums

This topic is locked

Page Not Found Error on Host Server

Posted 28 Feb 2002 08:00:51
1
has voted
28 Feb 2002 08:00:51 JJ Choo posted:
I've uploaded my asp files to my web hosting server, but I got this "The Page Can Not Be Found" error !
But, when I use Dreamweaver UltraDev to preview them in "Live Data Window" & "Internet Explorer" , everything seems to be OK !

May I know what's the problem & solution ?

Thanks for all the attention.

JJ

Replies

Replied 28 Feb 2002 09:57:07
28 Feb 2002 09:57:07 Q Qwerty replied:
Can you elaborate on this one? What's the root of your homepage and the root of the database? What are you using? By the way make sure your host supports ASP <img src=../images/dmxzone/forum/icon_smile_wink.gif border=0 align=middle>

Greetings,

Rein

Replied 02 Mar 2002 02:39:49
02 Mar 2002 02:39:49 scre wdanger replied:
If its workinkg on your webserver or on your computer at home than the only reason could be either you have a wrong connection string or you have entered the wrong path to your database.
Use this connection string, it works by 98%
providers

&lt;%
' FileName="Connection_odbc_conn_dsn.htm"
' Type="ADO"
' HTTP="false"
' Catalog=""
' Schema=""
MM_login_STRING = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("\username\folder\users.mdb"
%&gt;

where username is your domain name, folder is your database folder and then the database name.
Offcourse as oeastwick said check if your provider supports "ASP"


Replied 05 Mar 2002 23:22:15
05 Mar 2002 23:22:15 Igor B replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
If its workinkg on your webserver or on your computer at home than the only reason could be either you have a wrong connection string or you have entered the wrong path to your database.
Use this connection string, it works by 98%
providers

&lt;%
' FileName="Connection_odbc_conn_dsn.htm"
' Type="ADO"
' HTTP="false"
' Catalog=""
' Schema=""
MM_login_STRING = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("\username\folder\users.mdb"
%&gt;

where username is your domain name, folder is your database folder and then the database name.
Offcourse as oeastwick said check if your provider supports "ASP"
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

I have the same problem and I found out that my host doesn't support .mdb but only .dbf (dbase5)

How can I make my connection work like this one of JJChoo?

Replied 06 Mar 2002 00:45:13
06 Mar 2002 00:45:13 scre wdanger replied:
Sorry dear!
One thing i can suggest you is that you change your provider or work with Db5 on your own server and ask the Domain provider support to mail you the string. Usually it should be mentioned in FAQs or somewhere on their Main page.


Reply to this topic