|
Home > Archive > IIS ASP > July 2006 > website search engine
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
website search engine
|
|
| Brian Quigley 2006-07-24, 7:21 pm |
| Hi,
i have a website built in asp and access (to be upscaled to SQL server). i
need to put in a website search engine. Anyone got any ideas on an easy to
integrate commercial one ? my worry is that the pages will work with the
search engine. The pages are formed as follows....
<include header.asp>
var page
page = home_page
SELECT * t_content WHERE page = & home_page
print out content
<include footer>
any help would be appreciated.
I already have a copy of 'site search pro gold' and this seems to index my
html websites alright, but doesnt index the asp files, so if anyone knows of
a better search engine i would be happy to hear.
Brian
| |
| Dave Anderson 2006-07-25, 7:21 pm |
| Brian Quigley wrote:
> i have a website built in asp and access (to be upscaled to
> SQL server). i need to put in a website search engine. Anyone
> got any ideas on an easy to integrate commercial one ?
Most search engines allow you to specify additional starting points beyond
your main page. If yours allows this, create a simple ASP script that reads
the database and generates a list of links to the pages you want indexed,
and point your search engine there. It will follow all of the links and
index the content.
--
Dave Anderson
Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms.
|
|
|
|
|