Forum Moderators: mack
I think your missing me on this one. Ignore the file extention. Google DOES crawl ASP pages. However, like web browsers it will crawl the client side of the asp script NOT the server side. Here is a tip to see what the spider will see.
1. Visit the page you wish to test. (e.g. www.domain.com/default.asp)
2. In your web browser view the source
(e.g. in IE - click the view menu and then click source)
The code that is show (usually in notepad) is exactly what the spider will see. Once again, ignore the ASP extention.
Chris