Hi
I am use asp.net 2.0 with c# as the code behind file....
Are there any method,what measure how many uses come to our site per day..
If there is any method please help me
Thank U

You can probably use web server logs to get all requests the web server handled. Then you can analyze those logs (there are tools that do that) and get the number of distinct IP addresses...

If that is not what you want, you will need to implement the counting yourself.

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.