Forum Moderators: open

Message Too Old, No Replies

Recognizing search engines in .Net

         

andyll

9:11 am on Jul 4, 2007 (gmt 0)

10+ Year Member



I have converted my website to an ASP.Net database driven site.

To improve performance I cache each page for 1 hour.

I’m a little worried that bots will eat up a lot of memory because they’ll hit most of the pages.

Is there an easy way to determine if a Bot is reading my pages so I can turn off caching?

Andy

free_ebooks

7:15 am on Jul 6, 2007 (gmt 0)

10+ Year Member



Hi Andy,

You can determine this by:

1. installing google analytics
2. Or Sign-up with [google.com...]
there you an know at what date bot visited your pages...

- Thanks

[edited by: encyclo at 10:12 am (utc) on July 6, 2007]
[edit reason] no URLS thanks [/edit]

seizer

4:19 pm on Jul 14, 2007 (gmt 0)

10+ Year Member



You could always use output caching to disk, instead of memory. Just search for disk output cache for ASP.NET, and you'll see a number of possible solutions.