asp_databases thread: asp with virtual directories
Message #1 by "Alan Detki" <detkifamily@a...> on Wed, 25 Jul 2001 15:46:42
|
|
I have been working in MS Access for while. I now web enabling some my
access projects. I am relatively new to asp. What I need is this.
Due to security I need to use virtual directories. I have not done this
before to my knowledge. How would i go about doing this in asp's so that I
can update and add new records to my access mdb's. Thanks for all your
help.
Al Detki
New kid on the block.
Message #2 by kalyan_ramji@h... on Wed, 25 Jul 2001 16:49:30
|
|
Hey Al,
As far as I know we store all files under the root which could have
different folders. You could create different asp pages for inserting and
updating records and store them under the root directory and execute them
in your browser. I am not sure as to what you mean when you say virtual
directories.
Good Luck!!
> I have been working in MS Access for while. I now web enabling some my
> access projects. I am relatively new to asp. What I need is this.
>
> Due to security I need to use virtual directories. I have not done this
> before to my knowledge. How would i go about doing this in asp's so that
I
> can update and add new records to my access mdb's. Thanks for all your
> help.
>
>
> Al Detki
> New kid on the block.
Message #3 by "Ken Schaefer" <ken@a...> on Thu, 26 Jul 2001 13:22:08 +1000
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Alan Detki" <detkifamily@a...>
Subject: [asp_databases] asp with virtual directories
: I have been working in MS Access for while. I now web enabling some my
: access projects. I am relatively new to asp. What I need is this.
:
: Due to security I need to use virtual directories. I have not done this
: before to my knowledge. How would i go about doing this in asp's so that I
: can update and add new records to my access mdb's. Thanks for all your
: help.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Um, virtual directories don't really have anything to do with security...
Suppose your website starts at:
c:\inetpub\wwwroot\
Suppose you have a folder:
c:\somefolder
and you want to add c:\somefolder to your website. You can add it as a
virtual directory under the webroot and access it thusly:
http://www.myserver.com/somefolder
Secondly, I dont't think that the process that you'd used for interacting
with Access (ADO) has anything to do with virtual directories either.
Cheers
Ken
|