One way to do it: Do you like to know how many users visited your site? Creating a Web counter is very easy thing to do using ASP. The only thing you have to do is to use an application server variable called count, this variable will have the value zero when your application is started for the first time, and every time anew visitor will come to your site the count...
[ 查看全文 ]