I have been reading about how to make my ASP dynamic pages spidered by the Googlebot.
It seams I have to get the client to request a page that doesn't exist, then when the server goes to the 404 error message, which is now a script to write the page requested, the server will generate a page based on the URL requested.
I am wondering if there are any flaws in this technique or even if the Googlebot will follow all of the links on the page. I can see how the setup works but it seems that somehow the folks at google would only want to spider pages that exist, not pages generated by a 404 request.
Also I have this idea of a tiny spider crawling the web and finding my pages one at a time. When the spider crawls the web and finds a page with 20 links, I am assuming that each pages is requested from my server one at a time and that my server won't have an overload from 20 page requests which all have 20 links on each page, and so on.....till the bot is requesting thousands of pages at once.
Excuse my ignorance here but I know nothing about stress testing a server and what ASP and Access can handle.
Thanks for any input
Don









