Hello ,
I would like to count the no of hits to my website.
How do i do it?
whether I need to code it in Global.asax file in application on start ??????
Reply
yash777 0 Light Poster
Recommended Answers
Jump to PostHello ,
I would like to count the no of hits to my website.
How do i do it?
whether I need to code it in Global.asax file in application on start ??????
ReplyHi you can place the code in Global.asax file and u need to call that variable …
Jump to Postuse application variable....works... 100%
Application variables are not persisted and you will lose the count data.
You can also take a look at a free application called smarter stats for weblog analysis. There is a lot more information to be had from IIS log files then the number of …
All 6 Replies
Ramesh S 129 Posting Pro
kameswari 2 Junior Poster in Training
dnanetwork 18 Practically a Master Poster Banned
sknake commented: bad advice -1
sknake 1,622 Senior Poster Featured Poster
yash777 0 Light Poster
mirzamujib 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.