What is the best way to implement the page view counter like the ones they have here on the site where each question has a \"Views\" counter?
Factoring in Performanc
You can implement an IHttpHandler to do that.