I want to count number of hits on my sitee
Web Development
3
Posts
3
Posters
0
Views
1
Watching
-
:laugh: Hi friends, I am developing a web application and in that i want count for number of hits on the site. pl's help me. Thanks in advanceeeeee Yuvaa
-
:laugh: Hi friends, I am developing a web application and in that i want count for number of hits on the site. pl's help me. Thanks in advanceeeeee Yuvaa
Hi, If you are using ASP or ASP.NET, write the following code in Session_Start evein in Global.asa or Global.asax Application("Hits") = Application("Hits") + 1 Chinna Srihari Tech Lead, Chinna Stihari