I wrote the code to count visitors to my website. I created both “global.asa" and "Home.asp" pages. It works with "IIS" but when I uploaded the website into the server it doesn't work. Please help me with the problem.
2007-06-12
04:38:53
·
4 answers
·
asked by
desilva_sisira
1
in
Computers & Internet
➔ Programming & Design
Thank you all. Here is my code please check this and comment.
File: index.asp
Your Session started at: <%= Session("Started") %>
There is currently <%= Application("active_users")%> user(s) visiting this site.
There has been a total of <%= Application("total_hits")%> visitors to this site
Total visitors: <%= Application("total_hits")%>
File:global.asa
2007-06-12
08:41:04 ·
update #1