Forum Moderators: open

Message Too Old, No Replies

Server map path

         

Blueheaven

3:38 pm on Apr 12, 2004 (gmt 0)

10+ Year Member



Locally my asp webpages work fine, when I transfer them to the remote site, the pages come up in code.

my connection code is

<%
' FileName="Connection_ado_conn_string.htm"
' Type="ADO"
' HTTP="true"
' Catalog=""
' Schema=""
MM_c1_music_STRING = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub
\wwwroot\tutorial.mdb;"
%>

[edited by: Blueheaven at 4:29 pm (utc) on April 12, 2004]

txbakers

4:24 pm on Apr 12, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi and welcome to the WebmasterWorld!

That's not good at all! It could be that your remote site is not a Windows server, but a UNIX server and can't read ASP pages.

Make sure your remote host can process ASP.

OH, and you should remove your URL as we don't allow posting of personal website links here.

Blueheaven

4:34 pm on Apr 12, 2004 (gmt 0)

10+ Year Member



Apache/1.3.29 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.3 FrontPage/5.0.2.2634 mod_ssl/2.8.16 OpenSSL/0.9.7a

I did a who is on the my domain and it came up with this.

In that case could I use sql connection strings with ASP using mysql databases, or will I have to learn PHP

txbakers

4:54 pm on Apr 12, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It looks like you can use PhP or FrontPage, but not ASP.

You can use mySQL without a problem, if the host supports it.

Ask him about installing ChiliSoft (now called SunONE) which will run ASP on a Unix environment.