I configured my intranet server access DSN with the exact same pathname as i did on my local machine i.e. c:\inetpub\wwwroot\database\test.mdb and it worked fine!!
This was how the dsn was on my local machine, on the server i had uploaded the pages to a different page and the dsn was setup to...
I tried what you said but to no avail!!!
I'm using IIS on my local machine and it works fine!!!
Could it be that the pages are looking for the databse in a certain directory yet when i upload the site to the server the database is in a different directory and thus it can't find it?
My database is called test.mdb it is a very simple table with 4 fields format,title,condition and release, the search is done via the format field. the Access DSN is also called test.
<%@LANGUAGE="VBSCRIPT"%>
<!--#include file="Connections/test.asp" -->
<%
Dim...
I have just created my first asp pages which are a basic search page and insert new record page, they are linked to a little .mdb database.
everything works fine on my local win2k machine, but when i upload the files to my companmy intranet server i get a blank page when i click search, i then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.