Indexing ASP

Post Reply
wjdennen
Posts: 4
Joined: Tue Feb 12, 2002 11:04 am

Indexing ASP

Post by wjdennen »

Hi there-

Is there anything that can be done to Webinator in order to force it to index *.asp files?

Thanks-
Bill
User avatar
John
Site Admin
Posts: 2597
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Indexing ASP

Post by John »

Just add .asp to the extension list.
John Turnbull
Thunderstone Software
wjdennen
Posts: 4
Joined: Tue Feb 12, 2002 11:04 am

Indexing ASP

Post by wjdennen »

Thanks. We did that, but unfortunately, it's not working for some reason. Will keep trying.
User avatar
mark
Site Admin
Posts: 5514
Joined: Tue Apr 25, 2000 6:56 pm

Indexing ASP

Post by mark »

Check the walk status and List/edit urls to see what's indexed and what errors may have occurred. Turn verbosity up to 4 to see the reason for every url rejection.
User avatar
mark
Site Admin
Posts: 5514
Joined: Tue Apr 25, 2000 6:56 pm

Indexing ASP

Post by mark »

oops, sorry. no walkstatus etc on version 2. Check the gw output and gw.log files. Turn verbosity up to 9 to see all links and reasons.
wjdennen
Posts: 4
Joined: Tue Feb 12, 2002 11:04 am

Indexing ASP

Post by wjdennen »

Thanks - looking at the log helped.

It looks like webinator is successfully indexing pages that are simply something like:

pagename.asp

But, it is failing when there is a query attached:

ASSOC_NewsDetail.asp?News_ID=6

Thanks-
Bill
User avatar
mark
Site Admin
Posts: 5514
Joined: Tue Apr 25, 2000 6:56 pm

Indexing ASP

Post by mark »

Make sure you're not using -Q or otherwise excluding urls with ? or _ in them.
Post Reply