Statcounter on a Web Service?

Associate
Joined
23 Apr 2003
Posts
156
Location
London
Evening all,

I have recently created a web service (nothing too exciting, scrapes NBA statistics) here : NBAStatsService

The problem I now have is getting a handle on the users etc. For other sites I use statcounter.com and like it a lot. However, I see no way of shoehorning the usual code into the ASMX.

Basically, within VS2005 I have an ASMX that consists of 1 line, thus:

Code:
<%@ WebService Language="VB" CodeBehind="~/App_Code/NBAStatService.vb" Class="NBAStatService" %>

Which generates the page from the web functions within the code, any idea where I can access/edit the markup to add my statcounter code?

Cheers all,
Jamie.
 
Back
Top Bottom