I recently designed a web site uses a few .ASP pages to read from a MS Access database and publish data based on a SELECT statment. I got everything working fine on my development computer (at work running NT & PWS). When I FTP'd everything over to my ISP, the links to the .ASP pages wouldn't work. I called and the ISP told me that on their customer's "free" web space they don't support server-side applications, including .ASP pages, since the platform is UNIX. They did graceously offer to support me for a minimum of $50 per month.
Is it possible to get around this and place the code into an .HTML file as VBScript or is that functionally the same thing? How else can I access the database, maybe from the client-side?
Thanks in advance.
Is it possible to get around this and place the code into an .HTML file as VBScript or is that functionally the same thing? How else can I access the database, maybe from the client-side?
Thanks in advance.