Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Site search


Message #1 by jmusolini@y... on Fri, 26 Jul 2002 16:59:22
Can you please get me a full script that would search my site? The one 
that I was able to get from the internet times out after a little while 
and I get a message saying that the time allowed for the script to be 
executed has passed.

All I need is to be able to search all directories and sub-directories in 
my site by keyword entered and show the results on one page.

Thank you in advance
Message #2 by Lauralyn.Ninow@c... on Fri, 26 Jul 2002 10:54:09 -0500
Use Index Server instead if you are using IIS

LN


> -----Original Message-----
> From: jmusolini@y... [mailto:jmusolini@y...]
> Sent: Friday, July 26, 2002 11:59 AM
> To: ASP Web HowTo
> Subject: [asp_web_howto] Site search
> 
> 
> Can you please get me a full script that would search my 
> site? The one 
> that I was able to get from the internet times out after a 
> little while 
> and I get a message saying that the time allowed for the script to be 
> executed has passed.
> 
> All I need is to be able to search all directories and 
> sub-directories in 
> my site by keyword entered and show the results on one page.
> 
> Thank you in advance
> 
> ---
> 
> Improve your web design skills with these new books from Glasshaus.
> 
> Usable Web Menus
> http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/th
eprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20

Message #3 by "phil griffiths" <pgtips@m...> on Mon, 29 Jul 2002 08:55:54
You can increase the timeout value you know (its in in the App Options tab 
in IIS config - the same place the session timeout value is defined).

Although maybe you'd be better off with a quicker search :-)

Phil
> Can you please get me a full script that would search my site? The one 
t> hat I was able to get from the internet times out after a little while 
a> nd I get a message saying that the time allowed for the script to be 
e> xecuted has passed.

> All I need is to be able to search all directories and sub-directories 
in 
m> y site by keyword entered and show the results on one page.

> Thank you in advance

  Return to Index