I\'m trying to implement a view tracking web service on my website. I\'m using JavaScript because I want to exclude any search bots from my tracked views. The problem is I\'
You cannot use a Shared (static in C#) method in a web service. You may be thinking of the use of static methods as "page methods" in an ASPX page. In a standalone ASMX web service, you can only use instance methods.