page hit counter & search engine
-
Hello everyone, Does someone/anyone have a ready code(or open source code) for a Page Hit Counter?(page hit tracker) to count no of hits on a page. I need to embed a page counter on my 'Intranet' applications. Language : VB.Net Also, does anyone know of a free downloadable 'search engine' for .NET applications that can be included onto the company intranet system? I did a lot of google for it...but didn't help me much. Thanks a trillion in advance.Any and all help is much appreciated! Aartee ...HE is watching Us All!
-
Hello everyone, Does someone/anyone have a ready code(or open source code) for a Page Hit Counter?(page hit tracker) to count no of hits on a page. I need to embed a page counter on my 'Intranet' applications. Language : VB.Net Also, does anyone know of a free downloadable 'search engine' for .NET applications that can be included onto the company intranet system? I did a lot of google for it...but didn't help me much. Thanks a trillion in advance.Any and all help is much appreciated! Aartee ...HE is watching Us All!
arty=me wrote: Does someone/anyone have a ready code(or open source code) for a Page Hit Counter?( No, but it's really, really easy. Where-ever you store the count, you just need to increment it every time the page is hit, and it's not a postback. It's up to you if you put it in a text file, or if you have a database already where you can put it. arty=me wrote: Also, does anyone know of a free downloadable 'search engine' for .NET applications that can be included onto the company intranet system? If the intranet is not online, I don't know, but if you have a web site that is online, you can do links to google that search only your site. Given that google are rich, I assume that writing a search engine is not trivial. Christian Graus - Microsoft MVP - C++