Lots of guys had done programming for page counter for a site.I found a interesting example on IIS 5.1 documentation. It isvery easy and very cool. You can developer your page counterwith 2 or 3 line of code in asp 3.0.Following are the code:<%Set MyPageCounter = Server.CreateObject("MSWC.PageCounter")HitMe = MyPageCounter.HitsResponse.Write("Total Count:" & HitMe)%>Thats it your counter...
Saturday, September 30, 2006