S
Si
Hi there.
Apologies in advance for the long post. and possible repetitions.
Is there a way in ASP to process the output from an access database to
generate html files using file system object.
I found a link that goes some way there with .net
(http://www.asp101.com/articles/matteo/urlrewriting/default.asp)
The reason I ask is this. I have a database that is starting to grow
(possibly) beyond the performance limits of access and I don't know
enough about (or can afford) a copy of MS SQL. Also to keep server load
down and improve on search engine performance with quite a few sites
hosted on my server now, I feel it would be good to mill a static site
everytime the database is modified, this would be 2 or 3 times a week.
Perhaps I would have a button to mill the site within the admin area so
this could be done late at night.
What I would like to achieve is to produce the following as static
files, they are currently built on the fly.
A navigation 'include' file. Standard for of left nav to populated
categories in the database.
Category listing pages, split into 10 results per page with a link to
next and previous pages.
Single product webpages.
I would leave the main search page as a dynamic ASP page.
Any advice or links would be greatly appreciated. I can find plenty of
information for PHP, but not ASP.
TIA
Si
Apologies in advance for the long post. and possible repetitions.
Is there a way in ASP to process the output from an access database to
generate html files using file system object.
I found a link that goes some way there with .net
(http://www.asp101.com/articles/matteo/urlrewriting/default.asp)
The reason I ask is this. I have a database that is starting to grow
(possibly) beyond the performance limits of access and I don't know
enough about (or can afford) a copy of MS SQL. Also to keep server load
down and improve on search engine performance with quite a few sites
hosted on my server now, I feel it would be good to mill a static site
everytime the database is modified, this would be 2 or 3 times a week.
Perhaps I would have a button to mill the site within the admin area so
this could be done late at night.
What I would like to achieve is to produce the following as static
files, they are currently built on the fly.
A navigation 'include' file. Standard for of left nav to populated
categories in the database.
Category listing pages, split into 10 results per page with a link to
next and previous pages.
Single product webpages.
I would leave the main search page as a dynamic ASP page.
Any advice or links would be greatly appreciated. I can find plenty of
information for PHP, but not ASP.
TIA
Si