Hello All,

Its been a while since i got into developing applications. About 6 months now. Since i strayed into web design and graphics for a project i had. Here is my dilema.


I don't know if anyone in here will firstly understand what I am trying to do as I find myself looking for resources and info yet about what i am trying to accomplish. Basically . I have webserver that i can create pages to view certain data by simply feeding the server data eg.

http://myserver/page?pageid=BS;S#ACT;E#VER... Basically I am feeding it data object BS with some parameters S# with variables ACT and E# and variables VER which in turn would create and show me the data in the page i want to view. However what i want to do is create all possible combinations of URLs so that i could search it according to keywords that would bring up exact matches.

I was seeing if i could feed all these none existent URLs into google so that i could later search the search engine and then have it bring back the URLS so i could then click the link to my server. However on some other forums i found out it was almost impossible since the combinations would be seemingly endless and google would want to index or throw 404 errors. One suggestion was to create the pages or a page with the links on my site and then crawl it or something?

Eg of combinations i want to feed a search engine:

http://myserver/page?pageid=BS;S#ACT;E#VER
http://myserver/page?pageid=BS;E#VER;S#ACT
http://myserver/page?pageid=BS;S#ENG;E#SOL

The reason for trying to feed all these none existent URLs was so that later i could use the engine api and integrate it into my desktop and then search it to show me the data on my server since the combinations would be seemingly large.


So if i wanted to see data on a page i would just type in some keywords and the search engine would return back the matching links and i would see that page since it would be created on the fly.

I would like some info on going about and doing this or figuring out what tools to use such as vb.net 2005, asp or vb6 if i need to use some sql or anything.


Thanks I appreciate it