If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I made a simple asp site including a MS Access database. Everthing shows fine on my local PC but after uploading to the internet all that happens when you go to the page containing the asp database is I get prompted to download open the file.
Thats more than likely a problem with your server. You should check with your hosting that they actually supports asp scripts.
Regards,
Paul.
__________________
---------------------------------------
Make something idiot proof- and someone will make a better idiot
----------------------------------------
Actually, when I uploaded my asp pages without link to the database, it shows fine, so I was guessing they do have a support for asp hosting.
When I uploaded the pages with database, it only shows code.
Do you know why this happens?
Thank you again for your help.
What do you mean by that when you say CODE? I am very new to make database website and I am not sure what I am doing here but these are all I can see from testtest.asp and soaps.asp pages sources.
I am making website with Dreamweaver MX so I am not familiar with the code. I am wondering if these site doesn't show on the net because of DSN is not set up correct?
I'm pretty sure your server doesn't support asp. A page saved as ASP with no "code" in it will still display because the html renders however your "database" pages dont because they are using code.
<%=Response.Write("I support ASP")%>
__________________
---------------------------------------
Make something idiot proof- and someone will make a better idiot
----------------------------------------
Someone more techy will tell us if ASP pages are possible on this platform. Majority of ASP hosting runs Windows.
__________________
---------------------------------------
Make something idiot proof- and someone will make a better idiot
----------------------------------------