Click to See Complete Forum and Search --> : pleeeeeeez help


roby
03-04-2003, 01:04 PM
hi,


i have a web site with ASP and MS access and it work on my computer on a localhost but i can't make a hosting on the net
tell me how can i make it true



roby

khalidali63
03-04-2003, 04:13 PM
Your question is, to some extent, a bit vague.

To access your webpages on your machine using MS IIS, you have to have a domain name that will resolve to your machine's IP address. or instead of using localhost,just use ur ip address to access web pages from the internet,i.e if you have a static or semi static IP,ondialups it could be a quite hastle to change IP address on every logon.

Khalid

roby
03-04-2003, 10:44 PM
Originally posted by khalidali63
Your question is, to some extent, a bit vague.

To access your webpages on your machine using MS IIS, you have to have a domain name that will resolve to your machine's IP address. or instead of using localhost,just use ur ip address to access web pages from the internet,i.e if you have a static or semi static IP,ondialups it could be a quite hastle to change IP address on every logon.

Khalid

hi,

that is my connection with IIS on the localhost but if i hosting on the internet what is the changes on the code

Dim DB_CONNECTION
DB_CONNECTION = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & Server.Mappath("./cardb") & ";"

roby

Damien
03-06-2003, 05:46 PM
Is your hosting provider, using IIS.

roby
03-06-2003, 11:17 PM
Originally posted by Damien
Is your hosting provider, using IIS.


hi,

i don't know but
why!!!
if i said yes what should i do or no what should i do


roby

Damien
03-07-2003, 05:10 AM
Why?

Many web hosting providers use linux web servers as standard, even though they advertise FP2000 extensions, thay are still linux servers.

MS Access will not run on Linux/Unix

To run MS Access you must specify to your host that you want to be hosted on a Windows Server.

roby
03-10-2003, 09:38 AM
Originally posted by Damien
Why?

Many web hosting providers use linux web servers as standard, even though they advertise FP2000 extensions, thay are still linux servers.

MS Access will not run on Linux/Unix

To run MS Access you must specify to your host that you want to be hosted on a Windows Server.

hi,
my host is support MS Access but how can i make it on the code


roby