Steve,
I have IIS 5.1 with FP-2002 extensions. The web-based is directly under
wwwroot and currently do not have any sub-webs. The web is a stand alone (no
other users, connected PC, or authors) and I publish to our town's web site
at:
http://www.stonehamme.com
My site is not a very dynamic site other than during the spring when the
town officials access assessment data. The web has a DB connection to an
Access 2000 database. This is my biggest concern after my recovery from my
hard drive crash. Although I can do a restore to the ISP web host as the web
master; my goal is to set up an environment (directory structures, settings,
etc) that mirrors the host so I can test any adds, changes, etc to localhost
BEFORE publishing to the above web site.
The www site has a large number of data files stored at a peer level to the
public directory for security purposes. These files are accessed for viewing
and in some cases downloading via hyperlinks on the public web pages via an
ASP call. The access DB is also stored above the public directory on the host
for security. There is a common connection ASP that provides the citizens
access to the DB via stored queries in the DB.
Some data/images etc, such as town maps, are stored under the public
directory on the host site.
So you can see the site is a hybrid of directories and functions. At this
point I don't even know how to open the localhost in a browser (IE-7.0) to
test. I've tried by entering http:\localhost in the brower address bar but
get a page error window.
Questions like:
1) Does the localhost require a "top level" directory call public containing
all of the web pages and directories (other than the secure directories) to
mirror the host site?
2) Is there any additional requirement to locally test the Access DB
connection and stored procedures/queries?
3) How do you open the localhost to view in a browser that mimics the www
host?
My long term goal as noted is to create the localhost (or facimile) so I
test my changes before publishing.
Thanks
Jim T.