views:

69

answers:

1

When adding new DB records to a ListView, I want to update the date/time stamp of the containing ASPX page for SEO purposes. Is this possible and how might I go about it?

UPDATE:

I found Touch for Windows, bu would still prefer any kind of clever hack just to do this programmatically:

http://www.softpedia.com/get/System/File-Management/Touch-for-Windows.shtml

A: 

Alternatively, you can try setting the last-modified header of your response.

Developer Art
Any hints on how to leverage the API to achieve this?
IrishChieftain
I'm marking this as the answer;since crawlers don't have access to the file system, I can only presume that a combination of sitemap and last-modified header will be acted upon. Thanks :-)
IrishChieftain