c# - Create list of AJAX type links to be googled by appliance -



c# - Create list of AJAX type links to be googled by appliance -

we have big collection of web content want create searchable google appliance have complex list of want , don't want included. because lot of content ajax like, having google searching isn't solution. instead, have classic asp page loops through of our directories , files using scripting.filesystemobject , excludes/includes files/folders , generates big list of hyperlinks in page google can query. process painfully slow (20 minutes or more) able move process on dot net server.

i'm doing little bit of exploring wondering solutions people may have found useful kind of thing. we're exploring microsoft.web.administration , else create more efficient including writing resulting list html file.

does experience have suggestions how approach this?

thank in advance.

according documentation https://developers.google.com/search-appliance/documentation/614/admin_crawl/preparing#robotscs, appliance server obeys robots.txt. should able root of site , configure disallow indexing of particular folders or extensions.

c# asp.net ajax vb.net

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -