I have the same issue, but didn't see a resolution. From what I have
read,
a
physical path on a machine is needed for the Data Source property of
the
connection string. How can this be specified if the file is located on
a
remote server?
:
Alls i need to do is to be able to use the webservice on the server
even
though it uses classic asp. but the only tools that i have to do this
are
vs.net. I just need to use the server as a storage for the database
and
i
wish to be able to use the webservice to access and mutate it. i dont
need
to be able to use it in asp or anything i just need to get the data
and
sent
them back to my computer from the infor mation on the server. Does
anyone
know how to do this or is it not possible?
Thanks
WStoreyII
:
That did not work ?
WStoreyII
:
After you upload your Access database to the free hosting server,
run
a
simple test asp page that has this in it:
<%
response.write("<P>The physical path to the database is:")
response.write(Request.ServerVariables(Server.MapPath("[put
relative
path to
your database here]") & "<P>")
%>
And run the page. You will now know the exact physical path you
need
to
enter into your connection string.
Ken,
Heres the situation. I am making a program for my wife and I,
that
will
allow us to view and edit information in a database on seperate
computers
so
i have put the database on a website that was free. Since this
website
only
use's classic asp and ms access database. I can not access the
database
from
my code. So i need a webservice or other means of accessing the
database
from the server and downloading the informatin. But the
tutorial
that you
gave me to make a webservice in asp classic does not use .net
and
.net
tools
are the only tools that i have so i was wondering if there was a
way to
make
it compatable with .net ?
Thanks
WStoreyII
:
I must be missing something because you are talking about using
ASP
Classic
rather than ASP.NET.
In any event, you can edit either in VS.NET's editor.
message
Ken,
that tutorial that you sent me does not use Vs.Net, do you
know
of a
way
to
do it with vs.net becuase that is alls that i have.
Thanks Again
WStoreyII
:
It isn't as easy as with ASP.NET but you can certainly do
it:
Creating Web Services with ASP
http://www.4guysfromrolla.com/webtech/070401-1.shtml
message
Ken,
The problem is that i have a free webpage that comes with
asp
classic
capabilliteis and access database only. so i guess my
question is
can
i
use
webservices with asp classic?
: